X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/882700c5c8890ba28dc83a9dc526b7bc242a0278..f77a3c75bee528caaa6fc8e237ee6eaef704efe0:/app/models/notifier.rb?ds=sidebyside diff --git a/app/models/notifier.rb b/app/models/notifier.rb index b7cb3454d..e8c9259cb 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -97,7 +97,7 @@ class Notifier < ActionMailer::Base def bug_comment_notification(bug_comment, recipient) common_headers recipient - owner = (recipient == bug_comment.map_bug.comments.first.user); + owner = (recipient == bug_comment.map_bug.author); subject I18n.t('notifier.map_bug_plain.subject_own', :commenter => bug_comment.author_name) if owner subject I18n.t('notifier.map_bug_plain.subject_other', :commenter => bug_comment.author_name) unless owner