Merge pull request #8149 from annando/fix-warning
Fix: unknown variable
This commit is contained in:
commit
4f29e4c4a7
|
@ -902,7 +902,7 @@ class GContact
|
||||||
$curlResult = Network::curl($data['poll']);
|
$curlResult = Network::curl($data['poll']);
|
||||||
if (!$curlResult->isSuccess()) {
|
if (!$curlResult->isSuccess()) {
|
||||||
$fields = ['last_failure' => DateTimeFormat::utcNow()];
|
$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']]);
|
Logger::info("Profile wasn't reachable (no feed)", ['url' => $data['url']]);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user