booboo
This commit is contained in:
parent
2aef2ed56b
commit
1397c6f994
@ -863,7 +863,7 @@ function encode_item($item) {
|
|||||||
else
|
else
|
||||||
$comment_scope = 0;
|
$comment_scope = 0;
|
||||||
|
|
||||||
$scope = $x['public_policy'];
|
$scope = $item['public_policy'];
|
||||||
if(! $scope)
|
if(! $scope)
|
||||||
$scope = 'public';
|
$scope = 'public';
|
||||||
|
|
||||||
@ -1795,6 +1795,7 @@ function item_store($arr,$allow_exec = false) {
|
|||||||
$allow_gid = $arr['allow_gid'];
|
$allow_gid = $arr['allow_gid'];
|
||||||
$deny_cid = $arr['deny_cid'];
|
$deny_cid = $arr['deny_cid'];
|
||||||
$deny_gid = $arr['deny_gid'];
|
$deny_gid = $arr['deny_gid'];
|
||||||
|
$public_policy = $arr['public_policy'];
|
||||||
$arr['item_flags'] = $arr['item_flags'] | ITEM_THREAD_TOP;
|
$arr['item_flags'] = $arr['item_flags'] | ITEM_THREAD_TOP;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-08-08.761
|
2014-08-09.762
|
||||||
|
Reference in New Issue
Block a user