]> git.mxchange.org Git - friendica.git/commitdiff
One space too much
authorMichael <heluecht@pirati.ca>
Tue, 20 Nov 2018 20:49:06 +0000 (20:49 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 20 Nov 2018 20:49:06 +0000 (20:49 +0000)
src/Protocol/ActivityPub/Receiver.php

index a101c5335d9d0893aa78f83670357e8bdc1b031d..c074e49f6c8d95b1ddd9fb2067174fb08ca9270b 100644 (file)
@@ -315,7 +315,7 @@ class Receiver
                        $attributed_to = JsonLD::fetchElement($activity['as:object'], 'as:attributedTo');
                        $trust_source = ($actor == $attributed_to);
                        if (!$trust_source) {
-                               Logger::log('Not trusting actor: ' . $actor . '. It differs from  attributedTo: ' . $attributed_to, Logger::DEBUG);
+                               Logger::log('Not trusting actor: ' . $actor . '. It differs from attributedTo: ' . $attributed_to, Logger::DEBUG);
                        }
                }