summaryrefslogtreecommitdiff
path: root/app/controllers/admin/identities_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/identities_controller.rb')
-rw-r--r--app/controllers/admin/identities_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/identities_controller.rb b/app/controllers/admin/identities_controller.rb
index 43b4e3a2cc3..ceb45865804 100644
--- a/app/controllers/admin/identities_controller.rb
+++ b/app/controllers/admin/identities_controller.rb
@@ -25,7 +25,7 @@ class Admin::IdentitiesController < Admin::ApplicationController
end
def update
- if @identity.update_attributes(identity_params)
+ if @identity.update(identity_params)
RepairLdapBlockedUserService.new(@user).execute
redirect_to admin_user_identities_path(@user), notice: 'User identity was successfully updated.'
else