Browse Source

Merge pull request #17646 from nextcloud/bugfix/noid/help-route

Fix help route in navigation
tags/v18.0.0beta1
Roeland Jago Douma 4 years ago
parent
commit
41f5ad6044
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/NavigationManager.php

+ 1
- 1
lib/private/NavigationManager.php View File

@@ -199,7 +199,7 @@ class NavigationManager implements INavigationManager {
'type' => 'settings',
'id' => 'help',
'order' => 5,
'href' => $this->urlGenerator->linkToRoute('settings_help'),
'href' => $this->urlGenerator->linkToRoute('settings.Help.help'),
'name' => $l->t('Help'),
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),
]);

Loading…
Cancel
Save