Преглед изворни кода

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

Fix help route in navigation
tags/v18.0.0beta1
Roeland Jago Douma пре 4 година
родитељ
комит
41f5ad6044
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      lib/private/NavigationManager.php

+ 1
- 1
lib/private/NavigationManager.php Прегледај датотеку

@@ -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…
Откажи
Сачувај