needle/haystack reversal

This commit is contained in:
friendica 2013-02-15 17:18:07 -08:00
parent ec3d387a65
commit c66c168d1c

View File

@ -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'])