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/MenuAbstract.php')
-rw-r--r--core/Menu/MenuAbstract.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Menu/MenuAbstract.php b/core/Menu/MenuAbstract.php
index 25e6ce0f53..ad72706202 100644
--- a/core/Menu/MenuAbstract.php
+++ b/core/Menu/MenuAbstract.php
@@ -44,8 +44,8 @@ abstract class MenuAbstract extends Singleton
{
$this->buildMenu();
$this->applyEdits();
- $this->applyRenames();
$this->applyRemoves();
+ $this->applyRenames();
$this->applyOrdering();
return $this->menu;
}