X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d0b845fc6025f2fb84a4cf4fa10cbb71084843a7..e2cb38cd6e3a604f62937a8c76a73577d385fa1d:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index b291c2b57..4500e527f 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -72,7 +72,7 @@ class Notifier < ActionMailer::Base body :to_user => comment.diary_entry.user.display_name, :from_user => comment.user.display_name, :body => comment.body, - :subject => comment.diary_entry.title, + :title => comment.diary_entry.title, :readurl => url_for(:host => SERVER_URL, :controller => "diary_entry", :action => "view",