##// 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 81 end
82 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 85 def recipients
86 86 notified = project.notified_users
87 87 notified.reject! {|user| !visible?(user)}
General Comments 0
You need to be logged in to leave comments. Login now