From 2e7afa96f4018d63b35f276236cd60e25879fc53 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 18 Jun 2013 19:15:33 -0700 Subject: map comment_policy on local post submission --- mod/item.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index ed5941d2a..338d2a2ee 100644 --- a/mod/item.php +++ b/mod/item.php @@ -532,6 +532,7 @@ function item_post(&$a) { $datarray['item_restrict'] = $item_restrict; $datarray['item_flags'] = $item_flags; + $datarray['comment_policy'] = map_scope($channel['channel_w_comment']); // preview mode - prepare the body for display and send it via json -- cgit v1.2.3