yhis should fix the privacy leak - as well as non-private replies to private posts
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user