Merge pull request #1153 from pixelfed/frontend-ui-refactor

Update AP helper
This commit is contained in:
daniel 2019-04-18 00:47:48 -06:00 committed by GitHub
commit 3d788720b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ class Helpers {
$res = Zttp::withHeaders(self::zttpUserAgent())->get($url);
$res = json_decode($res->body(), true, 8);
if(json_last_error() == JSON_ERROR_NONE) {
abort_if(!self::validateObject($res), 422);
return $res;
} else {
return false;