From ad1472abf008147df0d3142d34dd9e20ec8cab96 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 7 Aug 2014 18:58:33 -0700 Subject: got the logic reversed on that one --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 6ca27aa70..eed731778 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1231,7 +1231,7 @@ function zot_import($arr, $sender_url) { // of the private flag on the post. if($i['message'] && array_key_exists('public_scope',$i['message']) - && $i['message']['public_scope'] === 'public') { + && $i['message']['public_scope'] !== 'public') { if(! array_key_exists('flags',$i['message'])) $i['message']['flags'] = array(); -- cgit v1.2.3