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:
authorraghunayyar <me@iraghu.com>2014-02-18 20:29:45 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 14:52:53 +0400
commit970f8997260606d805880192dbb389e8b196371a (patch)
tree1236007a12091d8f10203016b7914d8d00701e82 /settings/routes.php
parentdc28f589517e05ef29c6c06145ab4944c0aa2994 (diff)
Initial Commit : Changes Storage to Quota, Implements GroupName editing.
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
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()