fix typos of source comments at WikiContent model
git-svn-id: http://svn.redmine.org/redmine/trunk@13058 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
597d042ec2
commit
3e89c2ff3e
|
@ -40,7 +40,7 @@ class WikiContent < ActiveRecord::Base
|
|||
page.nil? ? [] : page.attachments
|
||||
end
|
||||
|
||||
# Returns the mail adresses of users that should be notified
|
||||
# Returns the mail addresses of users that should be notified
|
||||
def recipients
|
||||
notified = project.notified_users
|
||||
notified.reject! {|user| !visible?(user)}
|
||||
|
|
Loading…
Reference in New Issue