aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-04-01 09:00:53 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-04-01 09:00:53 +0200
commitb59c504b16c1326e37019c58f0e989c85411fcd5 (patch)
tree03fb954bb14f13f57563817f91055a489b01ace9 /boot.php
parent8fbc60661656b52681dc763e0e93ef6052bc1c11 (diff)
downloadvolse-hubzilla-b59c504b16c1326e37019c58f0e989c85411fcd5.tar.gz
volse-hubzilla-b59c504b16c1326e37019c58f0e989c85411fcd5.tar.bz2
volse-hubzilla-b59c504b16c1326e37019c58f0e989c85411fcd5.zip
fix typo
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index efa9e4bdf..8084fcc11 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;