Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <me@douwe.me>2016-01-04 14:11:13 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-04 21:33:58 +0300
commit12ce1cbfcfff3e28cae82d327b056644457f65f6 (patch)
tree1e74d8fd3704b37cb5e2bf7de14284acdbed1199 /app/mailers
parentce4c38b35cca14eb50640e138c5faa354f8d6e72 (diff)
Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification
Hotfix note mail with notification
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/emails/notes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mailers/emails/notes.rb b/app/mailers/emails/notes.rb
index 65f37e92677..e1382d2da12 100644
--- a/app/mailers/emails/notes.rb
+++ b/app/mailers/emails/notes.rb
@@ -48,7 +48,7 @@ module Emails
yield
- SentNotification.record(@note, recipient_id, reply_key)
+ SentNotification.record_note(@note, recipient_id, reply_key)
end
end
end