yhis should fix the privacy leak - as well as non-private replies to private posts

This commit is contained in:
friendica
2013-08-01 14:27:40 -07:00
parent 2a848c0d37
commit 85c7d7165f
4 changed files with 7 additions and 3 deletions

View File

@@ -684,7 +684,7 @@ function item_post(&$a) {
dbesc($parent_item['allow_gid']),
dbesc($parent_item['deny_cid']),
dbesc($parent_item['deny_gid']),
intval($parent_item['private']),
intval($parent_item['item_private']),
intval($post_id)
);