aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Acl.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-25 18:51:30 -0700
committerzotlabs <mike@macgirvin.com>2018-04-25 18:51:30 -0700
commit5f8b093d791e88041602c0b41a13112ad8e45688 (patch)
treef162a7d959ace07c8a870e50f4be59c74c4f0076 /Zotlabs/Module/Acl.php
parentf923d21df341546e054eb0f9628891365c4c2d62 (diff)
downloadvolse-hubzilla-5f8b093d791e88041602c0b41a13112ad8e45688.tar.gz
volse-hubzilla-5f8b093d791e88041602c0b41a13112ad8e45688.tar.bz2
volse-hubzilla-5f8b093d791e88041602c0b41a13112ad8e45688.zip
fine tuning
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 b1f75263d..92e7d176d 100644
--- a/Zotlabs/Module/Acl.php
+++ b/Zotlabs/Module/Acl.php
@@ -271,7 +271,7 @@ class Acl extends \Zotlabs\Web\Controller {
if((count($r) < 100) && $type == 'c') {
$r2 = q("SELECT substr(xchan_hash,1,18) as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, 0 as abook_their_perms, 0 as abook_flags, 0 as abook_self
FROM xchan
- WHERE xchan_deleted = 0 $sql_extra2 order by $order_extra2 xchan_name asc"
+ WHERE xchan_deleted = 0 and not xchan_network in ('rss','anon','unknown') $sql_extra2 order by $order_extra2 xchan_name asc"
);
if($r2) {
$r = array_merge($r,$r2);