summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/models/mailer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/mailer.rb b/app/models/mailer.rb
index 257f57726..18fbc96b4 100644
--- a/app/models/mailer.rb
+++ b/app/models/mailer.rb
@@ -31,6 +31,7 @@ class Mailer < ActionMailer::Base
def issue_edit(journal)
issue = journal.journalized
+ issue.reload
recipients issue.recipients
# Watchers in cc
cc(issue.watcher_recipients - @recipients)