We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f87946c + a61e6d3 commit 4f1b95bCopy full SHA for 4f1b95b
settings/routes.php
@@ -84,7 +84,7 @@
84
$this->create('settings_users_changepassword', '/settings/users/changepassword')
85
->post()
86
->action('OC\Settings\ChangePassword\Controller', 'changeUserPassword');
87
-$this->create('settings_ajax_changegorupname', '/settings/ajax/changegroupname.php')
+$this->create('settings_ajax_changegroupname', '/settings/ajax/changegroupname.php')
88
->actionInclude('settings/ajax/changegroupname.php');
89
// personal
90
$this->create('settings_personal_changepassword', '/settings/personal/changepassword')
0 commit comments