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 <matt@piwik.org>2013-02-01 07:02:19 +0400
committermattab <matt@piwik.org>2013-02-01 07:02:19 +0400
commit9790f4fceebd8f37e03db3490f8d24e7c254a260 (patch)
tree654bdbb1d461eed1e0c1dea5a6a4e7832512dd2f /plugins/UserCountry
parentda367d5393dabaceab52d4c63c7f7fe3dcb9e6be (diff)
Debugging last failing test
git-svn-id: http://dev.piwik.org/svn/trunk@7829 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/UserCountry.php4
1 files changed, 2 insertions, 2 deletions
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()