From 01af1fa85c3da32b6b08469bd2adcd8f41f9c579 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 27 Mar 2023 14:44:17 +0200 Subject: use old syntax --- it_url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_url.class b/it_url.class index ff6673a..1ae0233 100644 --- a/it_url.class +++ b/it_url.class @@ -648,7 +648,7 @@ static function get_cache($p = array()) # Read headers before $path is modified for preprocessing if ($p['returnheaders']) - $headers = it::json_decode(it::file_get("$path.json"), 'assoc' => true); + $headers = it::json_decode(it::file_get("$path.json"), ['assoc' => true]); if ($success && $p['preprocess']) { -- cgit v1.2.3