From 81d94dae2c5f986a5d5784f66b378d6320de2c07 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 21 May 2015 02:03:44 -0700 Subject: preserve lock on edited comments --- mod/item.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index cbbaa9e27..d8eff5647 100644 --- a/mod/item.php +++ b/mod/item.php @@ -304,6 +304,7 @@ function item_post(&$a) { } } } + $public_policy = ((x($_REQUEST,'public_policy')) ? escape_tags($_REQUEST['public_policy']) : map_scope($channel['channel_r_stream'],true)); if($webpage) @@ -326,13 +327,15 @@ function item_post(&$a) { $str_group_deny = $orig_post['deny_gid']; $str_contact_deny = $orig_post['deny_cid']; $public_policy = $orig_post['public_policy']; + $private = $orig_post['item_private']; } if((strlen($str_group_allow)) || strlen($str_contact_allow) || strlen($str_group_deny) || strlen($str_contact_deny) - || strlen($public_policy)) { + || strlen($public_policy) + || $private) { $private = 1; } -- cgit v1.2.3