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:
authorThomas Steur <thomas.steur@googlemail.com>2014-12-17 00:25:51 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-12-17 00:25:51 +0300
commit1634607051341f6d348404cd4bc478cf2474a259 (patch)
tree8893897d8cdb2b5313a3a2f3f6fac39ce1b56755 /tests/LocalTracker.php
parentc0f24c160ab2f573a06146c66fa7fc7bab97a3a7 (diff)
added support for different caching backends such as redis
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 a86d3a565c..98ef3e6501 100755
--- a/tests/LocalTracker.php
+++ b/tests/LocalTracker.php
@@ -40,7 +40,7 @@ class Piwik_LocalTracker extends PiwikTracker
}
// unset cached values
- Cache::$trackerCache = null;
+ Cache::$cache = null;
// save some values
$plugins = Config::getInstance()->Plugins['Plugins'];