mirror of
https://github.com/friendica/friendica
synced 2025-05-01 09:04:24 +02:00
Update contact when the avatar hadn't been found
This commit is contained in:
parent
dc05172272
commit
9eafcf8484
3 changed files with 24 additions and 6 deletions
|
@ -69,6 +69,7 @@ class ParseUrl
|
|||
}
|
||||
|
||||
if (!$curlResult->isSuccess()) {
|
||||
Logger::debug('Got HTTP Error', ['http error' => $curlResult->getReturnCode(), 'url' => $url]);
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue