From: Michael Date: Sat, 22 Jul 2023 16:00:09 +0000 (+0000) Subject: Fix notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0563df9914fbeb06bbce85603f13a600143f389;p=friendica.git Fix notice --- diff --git a/src/Protocol/ActivityPub.php b/src/Protocol/ActivityPub.php index 4a1030eaab..152cca98aa 100644 --- a/src/Protocol/ActivityPub.php +++ b/src/Protocol/ActivityPub.php @@ -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; }