aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Directory.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-27 14:54:41 -0800
committerzotlabs <mike@macgirvin.com>2017-02-27 14:54:41 -0800
commit18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad (patch)
tree27f7aed69fc0425bc1f514163de31c093891b498 /Zotlabs/Storage/Directory.php
parentd609d2d2ade122aacac6f0dd48249888cb76522a (diff)
downloadvolse-hubzilla-18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad.tar.gz
volse-hubzilla-18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad.tar.bz2
volse-hubzilla-18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad.zip
prep work
Diffstat (limited to 'Zotlabs/Storage/Directory.php')
-rw-r--r--Zotlabs/Storage/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php
index 5d078b04e..51540735c 100644
--- a/Zotlabs/Storage/Directory.php
+++ b/Zotlabs/Storage/Directory.php
@@ -687,7 +687,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
$ret = array();
$r = q("SELECT channel_id, channel_address FROM channel WHERE channel_removed = 0
- AND channel_system = 0 AND NOT (channel_pageflags & %d)>0",
+ AND channel_system = 0 AND (channel_pageflags & %d) = 0",
intval(PAGE_HIDDEN)
);