summaryrefslogtreecommitdiff
path: root/app/Theme/AbstractTheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Theme/AbstractTheme.php')
-rwxr-xr-xapp/Theme/AbstractTheme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Theme/AbstractTheme.php b/app/Theme/AbstractTheme.php
index 9687d77600..a4582d9bd8 100755
--- a/app/Theme/AbstractTheme.php
+++ b/app/Theme/AbstractTheme.php
@@ -1400,7 +1400,7 @@ abstract class AbstractTheme {
*/
protected function menuControlPanel() {
if (Auth::isManager($this->tree)) {
- return new Menu(I18N::translate('Control panel'), 'admin.php', 'menu-admin');
+ return new Menu(I18N::translate('Control panel'), route('admin-control-panel'), 'menu-admin');
} else {
return null;
}