X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5cc0eba3f10da37a14e8f27f04c7695505b4c684..757a1aaa850bf48e45ee1dd2225cda1c9fa47d73:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index b3648aa5c..1b1da7b5e 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -172,7 +172,7 @@ class Notifier < ActionMailer::Base end end - def new_issue_notification(issue_id,recipient) + def new_issue_notification(issue_id, recipient) with_recipient_locale recipient do @url = url_for(:host => SERVER_URL, :controller => "issues", @@ -198,5 +198,4 @@ class Notifier < ActionMailer::Base EMAIL_FROM end end - end