Browse Source
Make sure help is always after users
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4077/head
Joas Schilling
9 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
1 additions and
1 deletions
-
lib/private/NavigationManager.php
|
|
|
@ -157,7 +157,7 @@ class NavigationManager implements INavigationManager { |
|
|
|
$this->add([ |
|
|
|
'type' => 'settings', |
|
|
|
'id' => 'help', |
|
|
|
'order' => 4, |
|
|
|
'order' => 5, |
|
|
|
'href' => $this->urlGenerator->linkToRoute('settings_help'), |
|
|
|
'name' => $l->t('Help'), |
|
|
|
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'), |
|
|
|
|