]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Merge remote-tracking branch 'upstream/develop' into failed
[friendica.git] / src / Protocol / ActivityPub.php
index 5306c27d3c6fb65b7c6737edbf0590e540046e47..2f8c2f419e5d0cc5e87d453b561b7e0016ddc717 100644 (file)
@@ -145,7 +145,7 @@ class ActivityPub
        {
                $apcontact = APContact::getByURL($url, $update);
                if (empty($apcontact)) {
-                       return false;
+                       return [];
                }
 
                $profile = ['network' => Protocol::ACTIVITYPUB];