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/MenuUser.php')
-rwxr-xr-xcore/Menu/MenuUser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Menu/MenuUser.php b/core/Menu/MenuUser.php
index 25048a8682..318e8b3f0f 100755
--- a/core/Menu/MenuUser.php
+++ b/core/Menu/MenuUser.php
@@ -39,7 +39,7 @@ class MenuUser extends MenuAbstract
public function getMenu()
{
if (!$this->menu) {
- foreach ($this->getAvailableMenus() as $menu) {
+ foreach ($this->getAllMenus() as $menu) {
$menu->configureUserMenu($this);
}
}