]> git.mxchange.org Git - friendica.git/commitdiff
fix typo
authorFabio Comuni <fabrix.xm@gmail.com>
Fri, 1 Apr 2011 07:00:53 +0000 (09:00 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Fri, 1 Apr 2011 07:00:53 +0000 (09:00 +0200)
boot.php

index efa9e4bdfd03b8a9b0f437b59973ea8ad16c17e1..8084fcc11c5952c1268c7277475c7b0f969ed5eb 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -2675,7 +2675,7 @@ if(! function_exists('item_photo_menu')){
 function item_photo_menu($item){
        $a = get_app();
        
-       if (!isset($a->autors)){
+       if (!isset($a->authors)){
                $rr = q("SELECT id, network, url FROM contact WHERE uid=%d AND self!=1", intval(local_user()));
                $authors = array();
                foreach($rr as $r) $authors[$r['url']]= $r;