diff options
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index bca1206d2..59bb58eaa 100755 --- a/include/items.php +++ b/include/items.php @@ -613,7 +613,7 @@ function encode_item($item) { if($y = encode_item_flags($item)) $x['flags'] = $y; - if(! in_array($y,'private')) + if(! in_array('private',$y)) $x['public_scope'] = $scope; if($item['term']) |