Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.1.3/email-subject' into release/1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seawolf committed Dec 20, 2013
2 parents 61aa9b1 + 8a94d13 commit c6d9173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mailers/contact_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def contact_email message, name, email, subject
@time = Time.now.strftime("%d/%m/%Y %H:%M")
@from_name = name.to_s
@from_email = email.to_s
@subject = subject.to_s
@message = message.to_s

to = StaticContent.load("contact", "email")
Expand Down

0 comments on commit c6d9173

Please sign in to comment.