One space too much
This commit is contained in:
parent
5c39779b45
commit
27d1da0468
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue