From: Michael Date: Sun, 19 Jul 2020 16:45:21 +0000 (+0000) Subject: Fix wrong variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1bbe36dd0f497970737b5f565e6e23f48976150;p=friendica.git Fix wrong variable --- diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index 99b97adc8d..01c8008071 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -534,7 +534,7 @@ class Notifier } if (self::skipActivityPubForDiaspora($contact, $target_item, $thr_parent)) { - Logger::info('Contact is from Diaspora, but the replied author is from ActivityPub, so skip delivery via Diaspora', ['id' => $target_id, 'url' => $rr['url']]); + Logger::info('Contact is from Diaspora, but the replied author is from ActivityPub, so skip delivery via Diaspora', ['id' => $target_id, 'url' => $contact['url']]); continue; }