From ecf568f163dd8efb318df15c928864630c3c3f7d Mon Sep 17 00:00:00 2001 From: mattab Date: Sun, 10 Mar 2013 16:49:17 +1300 Subject: No need to clear cache upstream --- plugins/UserCountry/Controller.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/UserCountry') 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(); } } -- cgit v1.2.3