Skip to content

Commit 4f1b95b

Browse files
authored
Merge pull request #28746 from owncloud/stable10-changegroupname-typo
[stable10] Typo settings_ajax_changegroupname
2 parents f87946c + a61e6d3 commit 4f1b95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
$this->create('settings_users_changepassword', '/settings/users/changepassword')
8585
->post()
8686
->action('OC\Settings\ChangePassword\Controller', 'changeUserPassword');
87-
$this->create('settings_ajax_changegorupname', '/settings/ajax/changegroupname.php')
87+
$this->create('settings_ajax_changegroupname', '/settings/ajax/changegroupname.php')
8888
->actionInclude('settings/ajax/changegroupname.php');
8989
// personal
9090
$this->create('settings_personal_changepassword', '/settings/personal/changepassword')

0 commit comments

Comments
 (0)