]> git.mxchange.org Git - friendica.git/commitdiff
Fix notice
authorMichael <heluecht@pirati.ca>
Sat, 22 Jul 2023 16:00:09 +0000 (16:00 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 22 Jul 2023 16:00:09 +0000 (16:00 +0000)
src/Protocol/ActivityPub.php

index 4a1030eaab8f5fa9cf0b786ef4f5617aabc1ed3c..152cca98aa8e7da32be867f88b0ad8f9b25f361a 100644 (file)
@@ -316,7 +316,7 @@ class ActivityPub
 
                // @todo Look for user blocked domains
 
-               Logger::debug('Server is an accepted requester', ['uid' => $uid, 'id' => $contact['gsid'], 'url' => $contact['baseurl'], 'signer' => $signer, 'called_by' => $called_by]);
+               Logger::debug('Server is an accepted requester', ['uid' => $uid, 'id' => $apcontact['gsid'], 'url' => $apcontact['baseurl'], 'signer' => $signer, 'called_by' => $called_by]);
 
                return true;
        }