From 9790f4fceebd8f37e03db3490f8d24e7c254a260 Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 1 Feb 2013 03:02:19 +0000 Subject: Debugging last failing test git-svn-id: http://dev.piwik.org/svn/trunk@7829 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/UserCountry/UserCountry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/UserCountry') diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php index 329456e84e..8f6a32ec4b 100644 --- a/plugins/UserCountry/UserCountry.php +++ b/plugins/UserCountry/UserCountry.php @@ -137,8 +137,8 @@ class Piwik_UserCountry extends Piwik_Plugin Piwik_AddWidget( 'General_Visitors', $widgetContinentLabel, 'UserCountry', 'getContinent'); Piwik_AddWidget( 'General_Visitors', $widgetCountryLabel, 'UserCountry', 'getCountry'); - Piwik_AddWidget('General_Visitors', $widgetRegionLabel, 'UserCountry', 'getRegion'); - Piwik_AddWidget('General_Visitors', $widgetCityLabel, 'UserCountry', 'getCity'); + Piwik_AddWidget( 'General_Visitors', $widgetRegionLabel, 'UserCountry', 'getRegion'); + Piwik_AddWidget( 'General_Visitors', $widgetCityLabel, 'UserCountry', 'getCity'); } function addMenu() -- cgit v1.2.3