diff --git a/settings/routes.php b/settings/routes.php index 9cd42b2dda4e..46d3d5643a0d 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -84,7 +84,7 @@ $this->create('settings_users_changepassword', '/settings/users/changepassword') ->post() ->action('OC\Settings\ChangePassword\Controller', 'changeUserPassword'); -$this->create('settings_ajax_changegorupname', '/settings/ajax/changegroupname.php') +$this->create('settings_ajax_changegroupname', '/settings/ajax/changegroupname.php') ->actionInclude('settings/ajax/changegroupname.php'); // personal $this->create('settings_personal_changepassword', '/settings/personal/changepassword')