diff --git a/app/controllers/my_profile/profile_members_controller.rb b/app/controllers/my_profile/profile_members_controller.rb index c1f9558..fb8e262 100644 --- a/app/controllers/my_profile/profile_members_controller.rb +++ b/app/controllers/my_profile/profile_members_controller.rb @@ -20,7 +20,7 @@ class ProfileMembersController < MyProfileController redirect_to :action => :last_admin elsif @person.define_roles(@roles, profile) session[:notice] = _('Roles successfuly updated') - redirect_to :controller => 'profile_editor' + redirect_to :action => 'index' else session[:notice] = _('Couldn\'t change the roles') redirect_to :action => 'index' -- libgit2 0.21.2