X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/433b7c5dfae0afa72058c2aaf236859998a2175a..a0627ec0c651cf33426438e26e4a4a2fe3a34fd5:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 7878c601c..1de865120 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -166,7 +166,6 @@ class Notifier < ActionMailer::Base def changeset_comment_notification(comment, recipient) with_recipient_locale recipient do - @to_user = recipient.display_name @changeset_url = changeset_url(comment.changeset, :host => SERVER_URL) @comment = comment.body @owner = recipient == comment.changeset.user