X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1be7bb8a047ccad1cd49a5e6e623f6a12d42b918..35eeff008193a9fc2fc6f01c9ded931333c007b9:/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",