##// END OF EJS Templates
fix typos of source comments at acts_as_event.rb...
Toshi MARUYAMA -
r12784:82de347dfdf0
parent child
Show More
@@ -81,7 +81,7 module Redmine
81 end
81 end
82 end
82 end
83
83
84 # Returns the mail adresses of users that should be notified
84 # Returns the mail addresses of users that should be notified
85 def recipients
85 def recipients
86 notified = project.notified_users
86 notified = project.notified_users
87 notified.reject! {|user| !visible?(user)}
87 notified.reject! {|user| !visible?(user)}
General Comments 0
You need to be logged in to leave comments. Login now