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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-26 07:40:38 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-10 06:52:06 +0300
commitc2c63d057bbaa7da31db887717dffa2d63e8e061 (patch)
treea9277838577cadc800039dd922dab93d9a546c82 /plugins/VisitsSummary/Reports/Get.php
parent0d95d2b9f2d6b0440ab2803930e7f68c4816f37d (diff)
refs #6705 handle multi period dates, cache per site/date/period whether userId is used or not
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 9df37d9bf5..7fcd9c54c6 100644
--- a/plugins/VisitsSummary/Reports/Get.php
+++ b/plugins/VisitsSummary/Reports/Get.php
@@ -56,7 +56,7 @@ class Get extends \Piwik\Plugin\Report
unset($this->metrics[$key]);
$this->metrics = array_values($this->metrics);
}
- };
+ }
}
parent::configureReportMetadata($availableReports, $infos);