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:
authorFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-27 13:13:23 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-27 13:13:23 +0400
commitcbedab1a2c2a47afbbcdd2909d2036ff2f2b62c1 (patch)
tree2c301f96ff252a139954db6dd8e81d67874fd3cf /plugins
parent53e665eb29b91927c33808c2d4fc38a43d760c05 (diff)
Fix bug in UserCountryMap when switching to unique visitors
Thanks to @jval who found the bug.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UserCountryMap/Controller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/UserCountryMap/Controller.php b/plugins/UserCountryMap/Controller.php
index 85e0d15fc8..f7d12fca1c 100644
--- a/plugins/UserCountryMap/Controller.php
+++ b/plugins/UserCountryMap/Controller.php
@@ -76,7 +76,8 @@ class Controller extends \Piwik\Controller
'bounce_rate' => Piwik_Translate('VisitsSummary_NbVisitsBounced'),
'avg_time_on_site' => Piwik_Translate('VisitsSummary_AverageVisitDuration'),
'and_n_others' => Piwik_Translate('UserCountryMap_AndNOthers'),
- 'no_data' => Piwik_Translate('CoreHome_ThereIsNoDataForThisReport')
+ 'no_data' => Piwik_Translate('CoreHome_ThereIsNoDataForThisReport'),
+ 'nb_uniq_visitors' => Piwik_Translate('VisitsSummary_NbUniqueVisitors')
));
$view->reqParamsJSON = $this->getEnrichedRequest($params = array(