diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-05 09:41:27 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-05 09:41:27 +0200 |
commit | 167e9c1cc025ce920e48032ff5331fcb4f84de3d (patch) | |
tree | 672c5b08e957db220b11e27b1d3128e6c4ce0405 /settings/routes.php | |
parent | de1bfe9d6b50c37c6999ff652a31535b0a2faf41 (diff) | |
download | nextcloud-server-167e9c1cc025ce920e48032ff5331fcb4f84de3d.tar.gz nextcloud-server-167e9c1cc025ce920e48032ff5331fcb4f84de3d.zip |
Fix route name
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/routes.php b/settings/routes.php index b64a357be0e..4f4f83e4542 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -21,7 +21,7 @@ $this->create('settings_admin', '/settings/admin') ->actionInclude('settings/admin.php'); // Settings ajax actions // users -$this->create('settings_admin', '/settings/ajax/userlist') +$this->create('settings_ajax_userlist', '/settings/ajax/userlist') ->actionInclude('settings/ajax/userlist.php'); $this->create('settings_ajax_createuser', '/settings/ajax/createuser.php') ->actionInclude('settings_ajax_createuser'); |