diff --git a/app/controllers/my_profile/profile_editor_controller.rb b/app/controllers/my_profile/profile_editor_controller.rb index fbedfd4..91bb59e 100644 --- a/app/controllers/my_profile/profile_editor_controller.rb +++ b/app/controllers/my_profile/profile_editor_controller.rb @@ -22,11 +22,12 @@ class ProfileEditorController < MyProfileController end end end - rescue + rescue Exception => ex if profile.identifier.blank? profile.identifier = params[:profile] end session[:notice] = _('Cannot update profile') + logger.error ex.to_s end end end -- libgit2 0.21.2