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