needle/haystack reversal
This commit is contained in:
parent
ec3d387a65
commit
c66c168d1c
@ -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'])
|
||||
|
Reference in New Issue
Block a user