##// END OF EJS Templates
Wiki auto creation temporary disabled until project wiki copy is fixed (2 wikis created)....
Jean-Philippe Lang -
r2853:9f12a1438279
parent child
Show More
@@ -31,7 +31,7 class EnabledModule < ActiveRecord::Base
31 when 'wiki'
31 when 'wiki'
32 # Create a wiki with a default start page
32 # Create a wiki with a default start page
33 if project && project.wiki.nil?
33 if project && project.wiki.nil?
34 Wiki.create(:project => project, :start_page => 'Wiki')
34 #Wiki.create(:project => project, :start_page => 'Wiki')
35 end
35 end
36 end
36 end
37 end
37 end
General Comments 0
You need to be logged in to leave comments. Login now