summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'])
{