mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
restore previous behaviour in mailer override for the time being to fix specs
This commit is contained in:
@@ -130,7 +130,7 @@ class ApplicationMailer < ActionMailer::Base
|
||||
end
|
||||
end
|
||||
|
||||
super(headers, &block)
|
||||
super(headers.merge(to: to.mail), &block)
|
||||
end
|
||||
|
||||
def send_localized_mail(user)
|
||||
|
||||
Reference in New Issue
Block a user