]> git.mxchange.org Git - friendica.git/commitdiff
Fix wrong variable
authorMichael <heluecht@pirati.ca>
Sun, 19 Jul 2020 16:45:21 +0000 (16:45 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 19 Jul 2020 16:45:21 +0000 (16:45 +0000)
src/Worker/Notifier.php

index 99b97adc8daff2388e27c5a4b6383dc7f83665d6..01c80080712dab1d5a9c12da6308793d02a74d40 100644 (file)
@@ -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;
                        }