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:
Toshi MARUYAMA 2014-04-06 14:14:40 +00:00
parent 597d042ec2
commit 3e89c2ff3e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class WikiContent < ActiveRecord::Base
page.nil? ? [] : page.attachments page.nil? ? [] : page.attachments
end end
# Returns the mail adresses of users that should be notified # Returns the mail addresses of users that should be notified
def recipients def recipients
notified = project.notified_users notified = project.notified_users
notified.reject! {|user| !visible?(user)} notified.reject! {|user| !visible?(user)}