aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Acl.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-24 20:34:15 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-24 20:34:15 +0200
commit615402ea83e0ff3fa4b92a1e50ef40f8d18d61f5 (patch)
treef6e9d2f900f50dce31bdc773e00caf85456c5fc4 /Zotlabs/Module/Acl.php
parent8b9acf750bde9b21551367f34e57ff549d7d3297 (diff)
downloadvolse-hubzilla-615402ea83e0ff3fa4b92a1e50ef40f8d18d61f5.tar.gz
volse-hubzilla-615402ea83e0ff3fa4b92a1e50ef40f8d18d61f5.tar.bz2
volse-hubzilla-615402ea83e0ff3fa4b92a1e50ef40f8d18d61f5.zip
wrong var
Diffstat (limited to 'Zotlabs/Module/Acl.php')
-rw-r--r--Zotlabs/Module/Acl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Acl.php b/Zotlabs/Module/Acl.php
index cbb58f5fe..738e8fbe2 100644
--- a/Zotlabs/Module/Acl.php
+++ b/Zotlabs/Module/Acl.php
@@ -243,7 +243,7 @@ class Acl extends \Zotlabs\Web\Controller {
$r2 = q("SELECT abook_id as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, abook_their_perms, abook_flags, abook_self
FROM abook left join xchan on abook_xchan = xchan_hash
- WHERE abook_channel IN ($extra_channels_sql) $known_hashes_sql AND abook_blocked = 0 and abook_pending = 0 and abook_hidden = 0 and xchan_deleted = 0 $sql_extra2_xchan order by $order_extra2 xchan_name asc");
+ WHERE abook_channel IN ($extra_channels_sql) $known_hashes_sql AND abook_blocked = 0 and abook_pending = 0 and abook_hidden = 0 and xchan_deleted = 0 $sql_extra2 order by $order_extra2 xchan_name asc");
if($r2)
$r = array_merge($r,$r2);