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/MultiSites/Reports/Base.php')
-rw-r--r--plugins/MultiSites/Reports/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MultiSites/Reports/Base.php b/plugins/MultiSites/Reports/Base.php
index 7b72df674b..fbc85200b3 100644
--- a/plugins/MultiSites/Reports/Base.php
+++ b/plugins/MultiSites/Reports/Base.php
@@ -15,7 +15,7 @@ abstract class Base extends \Piwik\Plugin\Report
{
protected function init()
{
- $this->category = 'General_MultiSitesSummary';
+ $this->categoryId = 'General_MultiSitesSummary';
$allMetricsInfo = API::getApiMetrics($enhanced = true);