Update contact when the avatar hadn't been found

This commit is contained in:
Michael 2022-04-28 16:46:52 +00:00
parent dc05172272
commit 9eafcf8484
3 changed files with 24 additions and 6 deletions

View file

@ -69,6 +69,7 @@ class ParseUrl
}
if (!$curlResult->isSuccess()) {
Logger::debug('Got HTTP Error', ['http error' => $curlResult->getReturnCode(), 'url' => $url]);
return [];
}