From b59c504b16c1326e37019c58f0e989c85411fcd5 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 1 Apr 2011 09:00:53 +0200 Subject: [PATCH] fix typo --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index efa9e4bdfd..8084fcc11c 100644 --- 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;