Merge pull request #5421 from pixelfed/staging

Update Helpers
pull/5435/head
daniel 2 months ago committed by GitHub
commit bf6988d67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1161,7 +1161,7 @@ class Helpers
{
$res = self::fetchProfileFromUrl($url);
if (! self::isValidProfileData($res, $url)) {
if (! $res || ! self::isValidProfileData($res, $url)) {
return null;
}

Loading…
Cancel
Save