diff options
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |