From 5aa163e7d6b5bd4e21c7980ecaaafb65db538df2 Mon Sep 17 00:00:00 2001 From: Dag Date: Tue, 22 Mar 2022 21:08:15 +0100 Subject: [PATCH] [GettrBridge] fix: don't use php7.2 feature The constant "JSON_THROW_ON_ERROR" is not present in PHP version 7.2 or earlier --- bridges/GettrBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/GettrBridge.php b/bridges/GettrBridge.php index 356abe3f..c6c5f99a 100644 --- a/bridges/GettrBridge.php +++ b/bridges/GettrBridge.php @@ -32,7 +32,7 @@ class GettrBridge extends BridgeAbstract $this->getInput('user'), max($this->getInput('limit'), 20) ); - $data = json_decode(getContents($api), false, JSON_THROW_ON_ERROR); + $data = json_decode(getContents($api), false); foreach ($data->result->aux->post as $post) { $this->items[] = [