From: Michael Date: Tue, 20 Nov 2018 20:49:06 +0000 (+0000) Subject: One space too much X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27d1da04689243c7b18cddf98ee0e9d67930f08f;p=friendica.git One space too much --- diff --git a/src/Protocol/ActivityPub/Receiver.php b/src/Protocol/ActivityPub/Receiver.php index a101c5335d..c074e49f6c 100644 --- a/src/Protocol/ActivityPub/Receiver.php +++ b/src/Protocol/ActivityPub/Receiver.php @@ -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); } }