This commit is contained in:
friendica 2014-08-09 15:21:15 -07:00
parent 2aef2ed56b
commit 1397c6f994
2 changed files with 3 additions and 2 deletions

View File

@ -863,7 +863,7 @@ function encode_item($item) {
else
$comment_scope = 0;
$scope = $x['public_policy'];
$scope = $item['public_policy'];
if(! $scope)
$scope = 'public';
@ -1795,6 +1795,7 @@ function item_store($arr,$allow_exec = false) {
$allow_gid = $arr['allow_gid'];
$deny_cid = $arr['deny_cid'];
$deny_gid = $arr['deny_gid'];
$public_policy = $arr['public_policy'];
$arr['item_flags'] = $arr['item_flags'] | ITEM_THREAD_TOP;
}
else {

View File

@ -1 +1 @@
2014-08-08.761
2014-08-09.762