summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
authorUrban Müller2023-03-27 14:44:17 +0200
committerUrban Müller2023-03-27 14:44:17 +0200
commit01af1fa85c3da32b6b08469bd2adcd8f41f9c579 (patch)
treef54642ce00709e09ab34394ff12816cf68cd8b68 /it_url.class
parent2180cc10fc540eb2dfc832a1d47605e4d3025155 (diff)
downloaditools-01af1fa85c3da32b6b08469bd2adcd8f41f9c579.tar.gz
itools-01af1fa85c3da32b6b08469bd2adcd8f41f9c579.tar.bz2
itools-01af1fa85c3da32b6b08469bd2adcd8f41f9c579.zip
use old syntax
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
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'])
{