mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-09 13:50:44 +00:00
Update Helpers
This commit is contained in:
parent
d516b7998f
commit
d373887615
1 changed files with 1 additions and 1 deletions
|
@ -1161,7 +1161,7 @@ class Helpers
|
|||
{
|
||||
$res = self::fetchProfileFromUrl($url);
|
||||
|
||||
if (! self::isValidProfileData($res, $url)) {
|
||||
if (! $res || ! self::isValidProfileData($res, $url)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue