X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ed84930283982062753e8fbd7323239d70dd1611..2278aec289db8c01f313ffc8dc320a3ff611c245:/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