##// END OF EJS Templates
fix typos of source comments at WikiContent model...
Toshi MARUYAMA -
r12783:3e89c2ff3e23
parent child
Show More
@@ -40,7 +40,7 class WikiContent < ActiveRecord::Base
40 page.nil? ? [] : page.attachments
40 page.nil? ? [] : page.attachments
41 end
41 end
42
42
43 # Returns the mail adresses of users that should be notified
43 # Returns the mail addresses of users that should be notified
44 def recipients
44 def recipients
45 notified = project.notified_users
45 notified = project.notified_users
46 notified.reject! {|user| !visible?(user)}
46 notified.reject! {|user| !visible?(user)}
General Comments 0
You need to be logged in to leave comments. Login now