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-03-10 07:49:17 +0400
committermattab <matthieu.aubry@gmail.com>2013-03-10 07:49:17 +0400
commitecf568f163dd8efb318df15c928864630c3c3f7d (patch)
treedab086c81f2caec9db679538cd7717ae62e74921 /plugins/UserCountry
parent7873deb0abe982fd306420bcf936dfd8f6ba4451 (diff)
No need to clear cache upstream
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/Controller.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/UserCountry/Controller.php b/plugins/UserCountry/Controller.php
index 07d5e24987..01d7066fe5 100644
--- a/plugins/UserCountry/Controller.php
+++ b/plugins/UserCountry/Controller.php
@@ -300,9 +300,6 @@ class Piwik_UserCountry_Controller extends Piwik_Controller_Admin
{
throw new Exception("Invalid provider ID: '$providerId'.");
}
-
- // make sure the tracker will use the new location provider
- Piwik_Tracker_Cache::clearCacheGeneral();
}
}