diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-06 14:14:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-06 14:14:40 +0000 |
commit | 3e89c2ff3e239f93de5dad45fd180eb2b706220c (patch) | |
tree | 6127d60be4d72972e9e6b2fe392799e5e8d56d56 /app/models | |
parent | 597d042ec254b4c6199e9a28e404ce48a7c0b6c8 (diff) | |
download | redmine-3e89c2ff3e239f93de5dad45fd180eb2b706220c.tar.gz redmine-3e89c2ff3e239f93de5dad45fd180eb2b706220c.zip |
fix typos of source comments at WikiContent model
git-svn-id: http://svn.redmine.org/redmine/trunk@13058 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/wiki_content.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb index 7ed19f234..415ba9aca 100644 --- a/app/models/wiki_content.rb +++ b/app/models/wiki_content.rb @@ -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)} |