X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dd46c3f78b081b534bcff46a6cd4f20ac18a93d5..f093b9a600763feee6e3329e52ad6a1ef9f6f881:/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",