diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-02-01 18:04:19 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-02-01 18:04:19 +0000 |
commit | d942831f5c2c0393378cc63cd3bbf47875afa58b (patch) | |
tree | 48d0838196d9ce25f520340e1c2762d8d473e6ae /lib/tasks | |
parent | de4e2181cea5bcfa8d28682e6abe7927752f9a72 (diff) | |
parent | 39b473f22f014dd119795c8230518950b526a916 (diff) |
Merge remote-tracking branch 'openaustralia_github/backport_rails_3_mailer_fix' into develop
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/translation.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/translation.rake b/lib/tasks/translation.rake index da282863e..ff07fc6f6 100644 --- a/lib/tasks/translation.rake +++ b/lib/tasks/translation.rake @@ -49,7 +49,7 @@ namespace :translation do write_email(followup_email, 'Follow up', output_file) # contact mailer - contact_email = ContactMailer.create_message(info_request.user_name, + contact_email = ContactMailer.create_to_admin_message(info_request.user_name, info_request.user.email, 'A test message', 'Hello!', |