forked from mirror/pixelfed
Update AP helpers, fix statusFetch 404s
This commit is contained in:
parent
69d7f7e452
commit
3419379aa8
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class Helpers {
|
||||||
|
|
||||||
$res = self::fetchFromUrl($url);
|
$res = self::fetchFromUrl($url);
|
||||||
|
|
||||||
if(!$res || empty($res)) {
|
if(!$res || empty($res) || isset($res['error']) ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue