From a2b20bd58f0b1c466235a96c41846aba613ea31b Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 22 Sep 2013 22:58:59 -0700 Subject: one more edge case in the public perms - don't match perms = 0 which is private, this and prior checkin are for issue #114 --- mod/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/search.php') diff --git a/mod/search.php b/mod/search.php index 1cb6cb461..9930db288 100644 --- a/mod/search.php +++ b/mod/search.php @@ -208,7 +208,7 @@ function search_content(&$a,$update = 0, $load = false) { WHERE item_restrict = 0 AND ((( `item`.`allow_cid` = '' AND `item`.`allow_gid` = '' AND `item`.`deny_cid` = '' AND `item`.`deny_gid` = '' AND item_private = 0 ) - and owner_xchan in ( " . stream_perms_xchans() . " )) + and owner_xchan in ( " . stream_perms_xchans(($observer) ? PERMS_NETWORK : PERMS_PUBLIC) . " )) $pub_sql ) $sql_extra group by mid ORDER BY created DESC $pager_sql" -- cgit v1.2.3