aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-12-22 14:39:14 -0800
committerzotlabs <mike@macgirvin.com>2017-12-22 14:39:14 -0800
commitd4af870bb6500747790e6f196afeb4d75011185d (patch)
tree1b524d2b1b28c978d3e88c2686d2d98f621cf119 /include/items.php
parente7143a265ac97b31a8e0ada85b876ba76c911a3d (diff)
parent89fbb86c7b29f47d39b05568a2dc5a1055708cb3 (diff)
downloadvolse-hubzilla-d4af870bb6500747790e6f196afeb4d75011185d.tar.gz
volse-hubzilla-d4af870bb6500747790e6f196afeb4d75011185d.tar.bz2
volse-hubzilla-d4af870bb6500747790e6f196afeb4d75011185d.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 7948a7c22..722757f87 100755
--- a/include/items.php
+++ b/include/items.php
@@ -4139,7 +4139,7 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C
}
if($channel && intval($arr['compat']) === 1) {
- $sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 ";
+ $sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 $item_normal ";
}
if ($arr['datequery']) {