mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-03 19:00:46 +00:00
Merge pull request #1153 from pixelfed/frontend-ui-refactor
Update AP helper
This commit is contained in:
commit
3d788720b2
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ class Helpers {
|
||||||
$res = Zttp::withHeaders(self::zttpUserAgent())->get($url);
|
$res = Zttp::withHeaders(self::zttpUserAgent())->get($url);
|
||||||
$res = json_decode($res->body(), true, 8);
|
$res = json_decode($res->body(), true, 8);
|
||||||
if(json_last_error() == JSON_ERROR_NONE) {
|
if(json_last_error() == JSON_ERROR_NONE) {
|
||||||
abort_if(!self::validateObject($res), 422);
|
|
||||||
return $res;
|
return $res;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue