Commit 29348faf authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: watchers should be notified even if they uncheck 'mail notifications'

git-svn-id: http://redmine.rubyforge.org/svn/trunk@724 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 74ed14f8
......@@ -37,7 +37,7 @@ module Redmine
end
def watcher_recipients
self.watchers.collect { |w| w.user.mail if w.user.mail_notification }.compact
self.watchers.collect { |w| w.user.mail }
end
module ClassMethods
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment