瀏覽代碼

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

Fix help route in navigation
tags/v18.0.0beta1
Roeland Jago Douma 4 年之前
父節點
當前提交
41f5ad6044
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存