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:
authormattab <matthieu.aubry@gmail.com>2013-10-24 06:25:18 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-24 06:25:18 +0400
commitcfd8bf0bb67b352d60b6287b3755cf9048d9c903 (patch)
tree7dfc21262feb9c05436122feb96a9e9472a97151 /tests/LocalTracker.php
parenta24ff9191dba30a3513009850db5f6cfe87a1dc0 (diff)
this should help unless it's really broken
Diffstat (limited to 'tests/LocalTracker.php')
-rwxr-xr-xtests/LocalTracker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/LocalTracker.php b/tests/LocalTracker.php
index 68de0172a4..d8ca29ea44 100755
--- a/tests/LocalTracker.php
+++ b/tests/LocalTracker.php
@@ -73,7 +73,7 @@ class Piwik_LocalTracker extends PiwikTracker
// set cookie
$oldCookie = $_COOKIE;
- parse_str(parse_url($this->requestCookie, PHP_URL_QUERY), $_COOKIE);
+// parse_str(parse_url($this->requestCookie, PHP_URL_QUERY), $_COOKIE);
// do tracking and capture output
ob_start();