From 2cff122d6ffcd47e42593d22c1c8d19f45ee91ef Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 6 Aug 2014 21:16:24 -0700 Subject: public scope delivery issues --- mod/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 01c486e5c..50bc53d9f 100644 --- a/mod/item.php +++ b/mod/item.php @@ -275,14 +275,14 @@ function item_post(&$a) { $str_contact_allow = $orig_post['allow_cid']; $str_group_deny = $orig_post['deny_gid']; $str_contact_deny = $orig_post['deny_cid']; - $public_scope = $orig_post['public_scope']; + $public_policy = $orig_post['public_policy']; } if((strlen($str_group_allow)) || strlen($str_contact_allow) || strlen($str_group_deny) || strlen($str_contact_deny) - || strlen($public_scope)) { + || strlen($public_policy)) { $private = 1; } -- cgit v1.2.3