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 /app/controllers/help_controller.rb | |
parent | de4e2181cea5bcfa8d28682e6abe7927752f9a72 (diff) | |
parent | 39b473f22f014dd119795c8230518950b526a916 (diff) |
Merge remote-tracking branch 'openaustralia_github/backport_rails_3_mailer_fix' into develop
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index cf90f45bb..d13b2655f 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -50,7 +50,7 @@ class HelpController < ApplicationController end @contact = ContactValidator.new(params[:contact]) if @contact.valid? && !params[:remove] - ContactMailer.deliver_message( + ContactMailer.deliver_to_admin_message( params[:contact][:name], params[:contact][:email], params[:contact][:subject], |