summaryrefslogtreecommitdiffstats
path: root/app/controllers/roles_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/roles_controller.rb')
-rw-r--r--app/controllers/roles_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb
index a74d8bb91..79dec9d51 100644
--- a/app/controllers/roles_controller.rb
+++ b/app/controllers/roles_controller.rb
@@ -71,7 +71,7 @@ class RolesController < ApplicationController
def update
if @role.update_attributes(params[:role])
flash[:notice] = l(:notice_successful_update)
- redirect_to roles_path
+ redirect_to roles_path(:page => params[:page])
else
render :action => 'edit'
end