mirror of
https://github.com/friendica/friendica
synced 2024-11-19 13:03:41 +00:00
One space too much
This commit is contained in:
parent
5c39779b45
commit
27d1da0468
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class Receiver
|
||||||
$attributed_to = JsonLD::fetchElement($activity['as:object'], 'as:attributedTo');
|
$attributed_to = JsonLD::fetchElement($activity['as:object'], 'as:attributedTo');
|
||||||
$trust_source = ($actor == $attributed_to);
|
$trust_source = ($actor == $attributed_to);
|
||||||
if (!$trust_source) {
|
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