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-02-17 14:04:33 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-20 04:51:30 +0400
commitd152c932d6c24e9705e3380a25ecc6a256d44343 (patch)
treee25cc476150f1bf1828fd1a2bbc1b757e5178441 /plugins/UserCountry
parentad78457d26170e7b3255556c56e5dfee008f8606 (diff)
Fixes #2830 Implementing Tracker Cache TTL (in config file, [Tracker]
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/Controller.php b/plugins/UserCountry/Controller.php
index 6ddad37567..f34aa33efb 100644
--- a/plugins/UserCountry/Controller.php
+++ b/plugins/UserCountry/Controller.php
@@ -302,7 +302,7 @@ class Piwik_UserCountry_Controller extends Piwik_Controller_Admin
}
// make sure the tracker will use the new location provider
- Piwik_Common::clearCacheGeneral();
+ Piwik_Tracker_Cache::clearCacheGeneral();
}
}