From 55875788491bfb2b17def06c3232176a02d761e6 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 4 Jan 2011 11:18:56 +0000 Subject: this helps apparently --- core/Cookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cookie.php b/core/Cookie.php index 6c5d65c044..20911714c2 100644 --- a/core/Cookie.php +++ b/core/Cookie.php @@ -233,7 +233,7 @@ class Piwik_Cookie } else { - $varValue = json_decode(base64_decode($varValue), $assoc = true); + $varValue = @json_decode(base64_decode($varValue), $assoc = true); } } -- cgit v1.2.3