diff options
author | friendica <info@friendica.com> | 2012-03-09 00:31:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-09 00:31:17 -0800 |
commit | 312c17504515b0f6c77b2e59ef8569dbf8d048fa (patch) | |
tree | 4698b1b827d7859d1c418485fe530803064783d1 /include/security.php | |
parent | 2050f886cc020c50684df14830bc98e40200309c (diff) | |
download | volse-hubzilla-312c17504515b0f6c77b2e59ef8569dbf8d048fa.tar.gz volse-hubzilla-312c17504515b0f6c77b2e59ef8569dbf8d048fa.tar.bz2 volse-hubzilla-312c17504515b0f6c77b2e59ef8569dbf8d048fa.zip |
bug in check for private email comment to public conversation prevents authenticated visitor from seeing comments that should be allowed
Diffstat (limited to 'include/security.php')
-rwxr-xr-x | include/security.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/security.php b/include/security.php index f469dad66..8c536b656 100755 --- a/include/security.php +++ b/include/security.php @@ -283,6 +283,7 @@ function item_permissions_sql($owner_id,$remote_verified = false,$groups = null) ); } } + return $sql; } |