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/ExampleReport/Reports/Base.php')
-rw-r--r--plugins/ExampleReport/Reports/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleReport/Reports/Base.php b/plugins/ExampleReport/Reports/Base.php
index c09da78e4b..35af935d9e 100644
--- a/plugins/ExampleReport/Reports/Base.php
+++ b/plugins/ExampleReport/Reports/Base.php
@@ -14,6 +14,6 @@ abstract class Base extends Report
{
protected function init()
{
- $this->category = 'ExampleCategory';
+ $this->categoryId = 'ExampleCategory';
}
}