From 970f8997260606d805880192dbb389e8b196371a Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Tue, 18 Feb 2014 21:59:45 +0530 Subject: Initial Commit : Changes Storage to Quota, Implements GroupName editing. --- settings/routes.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings/routes.php') diff --git a/settings/routes.php b/settings/routes.php index 0e0f293b9be..1352fac8383 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -44,6 +44,8 @@ $this->create('settings_users_changepassword', '/settings/users/changepassword') ->action('OC\Settings\ChangePassword\Controller', 'changeUserPassword'); $this->create('settings_ajax_changedisplayname', '/settings/ajax/changedisplayname.php') ->actionInclude('settings/ajax/changedisplayname.php'); +$this->create('settings_ajax_changegorupname', '/settings/ajax/changegroupname.php') + ->actionInclude('settings/ajax/changegroupname.php'); // personal $this->create('settings_personal_changepassword', '/settings/personal/changepassword') ->post() -- cgit v1.2.3