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 'core/Menu/MenuMain.php')
-rw-r--r--core/Menu/MenuMain.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Menu/MenuMain.php b/core/Menu/MenuMain.php
index 1900d0d28e..0421a33785 100644
--- a/core/Menu/MenuMain.php
+++ b/core/Menu/MenuMain.php
@@ -84,7 +84,7 @@ class MenuMain extends MenuAbstract
* );
* }
*/
- Piwik::postEvent('Menu.Reporting.addItems');
+ Piwik::postEvent('Menu.Reporting.addItems', array($this));
}
return parent::getMenu();
}