gender neutral source comment at lib/tasks/migrate_from_trac.rake

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11990 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-07-06 01:02:10 +00:00
parent edb6e245cf
commit c5ca4e2622
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ namespace :redmine do
# finally, a default user is used if the new user is not valid
u = User.first unless u.save
end
# Make sure he is a member of the project
# Make sure user is a member of the project
if project_member && !u.member_of?(@target_project)
role = DEFAULT_ROLE
if u.admin