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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-20 07:04:47 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-20 07:04:47 +0300
commit4368c9785cd64515cb5bc79ff4c87de58e168d6c (patch)
tree26e8b0c5f60ba81d8fe2ef8f15207ebc1eec344e /plugins/UserCountry
parent3aa1a00ffac6cf263abdf5998e33b2183dc8c7f1 (diff)
fixed #14 in previous commit (does "fix #X" only doesn't pick up trac post commit hook?)
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/Controller.php b/plugins/UserCountry/Controller.php
index bd859cdeb5..e38f090e9e 100644
--- a/plugins/UserCountry/Controller.php
+++ b/plugins/UserCountry/Controller.php
@@ -23,7 +23,7 @@ class Piwik_UserCountry_Controller extends Piwik_Controller
$view->disableExcludeLowPopulation();
$view->setColumnsToDisplay( array('label','nb_uniq_visitors') );
- $view->setSortedColumn( 1 );
+ $view->setSortedColumn( 1 );
$view->setLimit( 5 );
$view->enableShowGoals();