X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bc10bc87586f43e1ec9ca542524f7b8798b29029..49c78c3d6f5e7a51a96d2b4bcb65c6f62bbead49:/app/controllers/user_controller.rb diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index d3ed53c1b..e418e103f 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -99,7 +99,7 @@ class UserController < ApplicationController "lat" => m[2], "lon" => m[3] }.merge(editor)) end - rescue + rescue StandardError # Use default end @@ -723,7 +723,7 @@ class UserController < ApplicationController begin Notifier.email_confirm(user, user.tokens.create).deliver_now - rescue + rescue StandardError # Ignore errors sending email end else