]> git.mxchange.org Git - friendica.git/blobdiff - mod/receive.php
Makes Diaspora working again
[friendica.git] / mod / receive.php
index e9f26e027b5588a512e3c483e67f091f70b13bd3..352ba94986ed5cfbc0ac963bcd23d464d7d93f75 100644 (file)
@@ -25,7 +25,7 @@ function receive_post(App $a)
 
        if (($a->argc == 2) && ($a->argv[1] === 'public')) {
                $public = true;
-               $importer = false;
+               $importer = [];
        } else {
                $public = false;