Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-05 11:41:27 +0400
committerBart Visscher <bartv@thisnet.nl>2012-10-05 11:41:27 +0400
commit167e9c1cc025ce920e48032ff5331fcb4f84de3d (patch)
tree672c5b08e957db220b11e27b1d3128e6c4ce0405 /settings/routes.php
parentde1bfe9d6b50c37c6999ff652a31535b0a2faf41 (diff)
Fix route name
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
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');