summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-15 13:54:41 +0200
committerDouwe Maan <douwe@gitlab.com>2015-05-15 13:54:41 +0200
commit6960e83b1e9b4aa7dfb0d5fa2d5d5e70a81bb680 (patch)
tree4fab7925317ff487c6ebb8d939b9fa2f685b6665
parent0b7c4fe0482cbbc480ff363f2037d70fe52125ee (diff)
downloadgitlab-ce-6960e83b1e9b4aa7dfb0d5fa2d5d5e70a81bb680.tar.gz
Fix.
-rw-r--r--app/services/notification_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index 4af1ab8e4d7..312b56eb87b 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -408,7 +408,7 @@ class NotificationService
[target.author, target.assignee]
end
- recipients = add_project_watchers(recipients)
+ recipients = add_project_watchers(recipients, project)
recipients = reject_mention_users(recipients, project)
recipients = reject_muted_users(recipients, project)