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/MenuReporting.php')
-rw-r--r--core/Menu/MenuReporting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Menu/MenuReporting.php b/core/Menu/MenuReporting.php
index c085e7b41d..c5a3c1da1e 100644
--- a/core/Menu/MenuReporting.php
+++ b/core/Menu/MenuReporting.php
@@ -74,7 +74,7 @@ class MenuReporting extends MenuAbstract
}
}
- foreach ($this->getAvailableMenus() as $menu) {
+ foreach ($this->getAllMenus() as $menu) {
$menu->configureReportingMenu($this);
}