X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/64a28f5de6c08479d6c8f0bc5d7bf14fb951bcc5..aa27228dea4c0ca3c8ab0b6716d2df97498aa785:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 7fc276042..1f3d39808 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -84,7 +84,7 @@ class Notifier < ActionMailer::Base :replyurl => url_for(:host => SERVER_URL, :controller => "message", :action => "new", - :user_id => comment.user.id, + :display_name => comment.user.display_name, :title => "Re: #{comment.diary_entry.title}") end