diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-01 09:00:53 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-01 09:00:53 +0200 |
commit | b59c504b16c1326e37019c58f0e989c85411fcd5 (patch) | |
tree | 03fb954bb14f13f57563817f91055a489b01ace9 | |
parent | 8fbc60661656b52681dc763e0e93ef6052bc1c11 (diff) | |
download | volse-hubzilla-b59c504b16c1326e37019c58f0e989c85411fcd5.tar.gz volse-hubzilla-b59c504b16c1326e37019c58f0e989c85411fcd5.tar.bz2 volse-hubzilla-b59c504b16c1326e37019c58f0e989c85411fcd5.zip |
fix typo
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |