]> git.mxchange.org Git - friendica-addons.git/blobdiff - statusnet/statusnet.php
deleted: superblock/lang/C/messages.po
[friendica-addons.git] / statusnet / statusnet.php
index 9e009d1b34ff5cc2444cf4e58f9f5a8ec15f50e1..5cb65b91fdb90d4ebec3c975d4a001086cefe3b5 100644 (file)
@@ -366,7 +366,7 @@ function statusnet_hook_fork(App $a, array &$b)
                }
        } else {
                // Comments are never exported when we don't import the GNU Social timeline
-               if (!strstr($post['postopts'], 'statusnet') || ($post['parent'] != $post['id']) || $post['private']) {
+               if (strpos($post['postopts'] ?? '', 'statusnet') === false || ($post['parent'] != $post['id']) || $post['private']) {
                        $b['execute'] = false;
                        return;
                }