summaryrefslogtreecommitdiffstats
path: root/lib/private/NavigationManager.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-20 17:29:42 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-16 09:50:22 +0200
commit72a76060bf83ea841bea4037e29b5bf11879a955 (patch)
tree6abb94e81c8e3f37761ecc3a22cf5c2d6c66e5cb /lib/private/NavigationManager.php
parent0e5b0fcef0d63b4d4c6e3c5f0125b76d8c0088aa (diff)
downloadnextcloud-server-72a76060bf83ea841bea4037e29b5bf11879a955.tar.gz
nextcloud-server-72a76060bf83ea841bea4037e29b5bf11879a955.zip
Fixed settings menu entry and group deletion
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/private/NavigationManager.php')
-rw-r--r--lib/private/NavigationManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/NavigationManager.php b/lib/private/NavigationManager.php
index 279c899c5fa..af6613759b3 100644
--- a/lib/private/NavigationManager.php
+++ b/lib/private/NavigationManager.php
@@ -247,7 +247,7 @@ class NavigationManager implements INavigationManager {
'type' => 'settings',
'id' => 'core_users',
'order' => 4,
- 'href' => $this->urlGenerator->linkToRoute('settings_users'),
+ 'href' => $this->urlGenerator->linkToRoute('settings.Users.usersList'),
'name' => $l->t('Users'),
'icon' => $this->urlGenerator->imagePath('settings', 'users.svg'),
]);