X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5294e4d989038ae20c1e38622d14f5b54c7d830f..80e24c350fed4718af6d50281144ca7fff9992ef:/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",