The "]" had been at the wrong place

This commit is contained in:
Michael 2019-01-17 05:32:06 +00:00
parent 8dbab8f8ce
commit 98d44ce7c7
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class OnePoll
if (in_array($contact['network'], [Protocol::ACTIVITYPUB, Protocol::OSTATUS, Protocol::DIASPORA, Protocol::DFRN])) {
$updated = DateTimeFormat::utcNow();
// Currently we can't check every AP implementation, so we don't do it at all
if (($contact['network' != Protocol::ACTIVITYPUB]) && !PortableContact::reachable($contact['url'])) {
if (($contact['network'] != Protocol::ACTIVITYPUB) && !PortableContact::reachable($contact['url'])) {
Logger::log("Skipping probably dead contact ".$contact['url']);
// set the last-update so we don't keep polling