diff options
author | raghunayyar <me@iraghu.com> | 2014-02-18 21:59:45 +0530 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:52:53 +0200 |
commit | 970f8997260606d805880192dbb389e8b196371a (patch) | |
tree | 1236007a12091d8f10203016b7914d8d00701e82 /settings/routes.php | |
parent | dc28f589517e05ef29c6c06145ab4944c0aa2994 (diff) | |
download | nextcloud-server-970f8997260606d805880192dbb389e8b196371a.tar.gz nextcloud-server-970f8997260606d805880192dbb389e8b196371a.zip |
Initial Commit : Changes Storage to Quota, Implements GroupName editing.
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 2 |
1 files changed, 2 insertions, 0 deletions
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() |