Fix: unknown variable
This commit is contained in:
parent
fbe5de7c55
commit
6b8239f63f
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ class GContact
|
|||
$curlResult = Network::curl($data['poll']);
|
||||
if (!$curlResult->isSuccess()) {
|
||||
$fields = ['last_failure' => DateTimeFormat::utcNow()];
|
||||
DBA::update('gcontact', $fields, ['nurl' => Strings::normaliseLink($profile)]);
|
||||
DBA::update('gcontact', $fields, ['nurl' => Strings::normaliseLink($data['url'])]);
|
||||
|
||||
Logger::info("Profile wasn't reachable (no feed)", ['url' => $data['url']]);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue