aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/outgoing_mailer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/outgoing_mailer.rb')
-rw-r--r--app/models/outgoing_mailer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/outgoing_mailer.rb b/app/models/outgoing_mailer.rb
index ae7e86f4e..1546d3fd0 100644
--- a/app/models/outgoing_mailer.rb
+++ b/app/models/outgoing_mailer.rb
@@ -73,7 +73,7 @@ class OutgoingMailer < ApplicationMailer
if outgoing_message.what_doing == 'internal_review'
return "Internal review of " + info_request.email_subject_request
else
- return info_request.email_subject_followup
+ return info_request.email_subject_followup(outgoing_message.incoming_message_followup)
end
end
# Whether we have a valid email address for a followup