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/Events/Reports/GetActionFromNameId.php')
-rw-r--r--plugins/Events/Reports/GetActionFromNameId.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Reports/GetActionFromNameId.php b/plugins/Events/Reports/GetActionFromNameId.php
index 55bd628459..1da175e47b 100644
--- a/plugins/Events/Reports/GetActionFromNameId.php
+++ b/plugins/Events/Reports/GetActionFromNameId.php
@@ -19,7 +19,7 @@ class GetActionFromNameId extends Report
{
protected function init()
{
- $this->category = 'Events_Events';
+ $this->categoryId = 'Events_Events';
$this->processedMetrics = false;
$this->dimension = new EventAction();
$this->name = Piwik::translate('Events_EventActions');