X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ce4a6eefa7405a3d23f722c987f0e22b966defc8..9c0d5277adfde9f7daee0b0c83d4e68dd331e905:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 1223d54b1..343c3db22 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -81,7 +81,7 @@ class Notifier < ActionMailer::Base @locale = comment.diary_entry.user.preferred_language_from(I18n.available_locales) @to_user = comment.diary_entry.user.display_name @from_user = comment.user.display_name - @body = comment.body + @text = comment.body @title = comment.diary_entry.title @readurl = url_for(:host => SERVER_URL, :controller => "diary_entry",