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
path: root/core
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-14 21:17:06 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-14 21:17:06 +0400
commit8d380109f4a59ae115f0de61add9b1f73c1131b7 (patch)
tree34fbae4132e8c3af7c3392d0b7f287cbc99584af /core
parentf56a028c52e7c4e156af5fca98fa68e1bc86a969 (diff)
better clear all files
Diffstat (limited to 'core')
-rw-r--r--core/Updates/2.5.0-rc4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/2.5.0-rc4.php b/core/Updates/2.5.0-rc4.php
index 8e490c3db3..19afa8b641 100644
--- a/core/Updates/2.5.0-rc4.php
+++ b/core/Updates/2.5.0-rc4.php
@@ -20,6 +20,6 @@ class Updates_2_5_0_rc4 extends Updates
static function update()
{
- Cache::clearCacheGeneral();
+ Cache::deleteTrackerCache();
}
}