From 8a872c3cec430244bf3e6fe9eaa83c003a798a92 Mon Sep 17 00:00:00 2001 From: mattab Date: Sun, 17 Feb 2013 16:54:22 +1300 Subject: FIxes #3761 Regenerate cache file on first cache miss --- plugins/UserCountry/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserCountry') 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(); } } -- cgit v1.2.3