]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Merge pull request #13795 from annando/copyright
[friendica.git] / src / Protocol / ActivityPub.php
index 7396f29211ebc01586ae77ee2376ef398d8c98f9..976a33b66e87f1ec874a2360c6a3247cb944d88b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -295,7 +295,7 @@ class ActivityPub
                        return false;
                }
 
-               if (empty($apcontact['gsid'] || empty($apcontact['baseurl']))) {
+               if (empty($apcontact['gsid']) || empty($apcontact['baseurl'])) {
                        Logger::debug('No server found', ['uid' => $uid, 'signer' => $signer, 'called_by' => $called_by]);
                        return false;
                }