From 1f0bc1713fa19d4a0fec70cc8936687d86a919b0 Mon Sep 17 00:00:00 2001 From: scambra Date: Mon, 29 Oct 2012 14:50:03 +0100 Subject: fix settings routes --- settings/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings/routes.php') diff --git a/settings/routes.php b/settings/routes.php index 4f4f83e4542..0aabe4becfe 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -24,13 +24,13 @@ $this->create('settings_admin', '/settings/admin') $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'); + ->actionInclude('settings/ajax/createuser.php'); $this->create('settings_ajax_removeuser', '/settings/ajax/removeuser.php') ->actionInclude('settings/ajax/removeuser.php'); $this->create('settings_ajax_setquota', '/settings/ajax/setquota.php') ->actionInclude('settings/ajax/setquota.php'); $this->create('settings_ajax_creategroup', '/settings/ajax/creategroup.php') - ->actionInclude('settings_ajax_creategroup'); + ->actionInclude('settings/ajax/creategroup.php'); $this->create('settings_ajax_togglegroups', '/settings/ajax/togglegroups.php') ->actionInclude('settings/ajax/togglegroups.php'); $this->create('settings_ajax_togglesubadmins', '/settings/ajax/togglesubadmins.php') -- cgit v1.2.3