Small change to mantis importer to be 0.5.1 compatible.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@635 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 17 years ago
parent c16e27625c
commit 3eec500320
  1. 2
      lib/tasks/migrate_from_mantis.rake

@ -471,7 +471,7 @@ task :migrate_from_mantis => :environment do
puts
# Make sure bugs can refer bugs in other projects
Setting.cross_project_issue_relations = 1
Setting.cross_project_issue_relations = 1 if Setting.respond_to? 'cross_project_issue_relations'
MantisMigrate.establish_connection db_params
MantisMigrate.migrate

Loading…
Cancel
Save