Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2011-01-04 14:18:56 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-01-04 14:18:56 +0300
commit0d3a68268f09ad11af99a8431756ecbb4e59d467 (patch)
treef5e4c3422cc37cc4436c97f7ce1096d915fdc7ff /core/Cookie.php
parentb42422f5eb5c0ddd364e8960935924ab330a5623 (diff)
this helps apparently
git-svn-id: http://dev.piwik.org/svn/trunk@3610 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Cookie.php')
-rw-r--r--core/Cookie.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}