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 07:54:22 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-20 04:51:29 +0400
commit8a872c3cec430244bf3e6fe9eaa83c003a798a92 (patch)
tree90eab9728df269c2c79a1fb22329b1ce093d4cfb /plugins/UserCountry
parent1a96ed250b6a804356a8dcaea42a519d64263cf1 (diff)
FIxes #3761 Regenerate cache file on first cache miss
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 bfc90e4177..6ddad37567 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::regenerateCacheGeneral();
+ Piwik_Common::clearCacheGeneral();
}
}