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:
Diffstat (limited to 'plugins/VisitsSummary/Reports/Get.php')
-rw-r--r--plugins/VisitsSummary/Reports/Get.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitsSummary/Reports/Get.php b/plugins/VisitsSummary/Reports/Get.php
index c74a82566f..4c197fc652 100644
--- a/plugins/VisitsSummary/Reports/Get.php
+++ b/plugins/VisitsSummary/Reports/Get.php
@@ -41,7 +41,7 @@ class Get extends \Piwik\Plugin\Report
new ActionsPerVisit(),
new AverageTimeOnSite()
);
- $this->metrics = array(
+ $this->metrics = array(
'nb_uniq_visitors',
'nb_visits',
$this->usersColumn,