aboutsummaryrefslogtreecommitdiffstats
path: root/include/security.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-07 15:54:37 -0800
committerfriendica <info@friendica.com>2012-03-07 15:54:37 -0800
commitdd3b3c2454b98225e2251a890095e8a971fdb396 (patch)
tree3bc4557e0dde8a730ffa83852fb35efadccaf147 /include/security.php
parent7ad2dd65654f6b1cb17ae98e65c3e95528d29e30 (diff)
downloadvolse-hubzilla-dd3b3c2454b98225e2251a890095e8a971fdb396.tar.gz
volse-hubzilla-dd3b3c2454b98225e2251a890095e8a971fdb396.tar.bz2
volse-hubzilla-dd3b3c2454b98225e2251a890095e8a971fdb396.zip
revup
Diffstat (limited to 'include/security.php')
-rwxr-xr-xinclude/security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security.php b/include/security.php
index 9042d4d64..f469dad66 100755
--- a/include/security.php
+++ b/include/security.php
@@ -271,7 +271,7 @@ function item_permissions_sql($owner_id,$remote_verified = false,$groups = null)
}
$sql = sprintf(
- " AND ( private = 0 OR (( allow_cid = '' OR allow_cid REGEXP '<%d>' )
+ " AND ( private = 0 OR ( private = 1 AND wall = 1 AND ( allow_cid = '' OR allow_cid REGEXP '<%d>' )
AND ( deny_cid = '' OR NOT deny_cid REGEXP '<%d>' )
AND ( allow_gid = '' OR allow_gid REGEXP '%s' )
AND ( deny_gid = '' OR NOT deny_gid REGEXP '%s')))