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/DBStats/Reports/GetReportDataSummary.php')
-rw-r--r--plugins/DBStats/Reports/GetReportDataSummary.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/DBStats/Reports/GetReportDataSummary.php b/plugins/DBStats/Reports/GetReportDataSummary.php
index 35f87df25d..b3383570a8 100644
--- a/plugins/DBStats/Reports/GetReportDataSummary.php
+++ b/plugins/DBStats/Reports/GetReportDataSummary.php
@@ -31,7 +31,6 @@ class GetReportDataSummary extends Base
$view->config->title = $this->name;
}
-
public function getRelatedReports()
{
return array(new GetReportDataSummaryByYear());