diff options
author | Urban Müller | 2023-03-27 14:44:17 +0200 |
---|---|---|
committer | Urban Müller | 2023-03-27 14:44:17 +0200 |
commit | 01af1fa85c3da32b6b08469bd2adcd8f41f9c579 (patch) | |
tree | f54642ce00709e09ab34394ff12816cf68cd8b68 /it_url.class | |
parent | 2180cc10fc540eb2dfc832a1d47605e4d3025155 (diff) | |
download | itools-01af1fa85c3da32b6b08469bd2adcd8f41f9c579.tar.gz itools-01af1fa85c3da32b6b08469bd2adcd8f41f9c579.tar.bz2 itools-01af1fa85c3da32b6b08469bd2adcd8f41f9c579.zip |
use old syntax
Diffstat (limited to 'it_url.class')
-rw-r--r-- | it_url.class | 2 |
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']) { |