Fix: unknown variable

This commit is contained in:
Michael 2020-01-21 19:15:38 +00:00
parent fbe5de7c55
commit 6b8239f63f
1 changed files with 1 additions and 1 deletions

View File

@ -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;