##// END OF EJS Templates
Fixes r2707....
Jean-Philippe Lang -
r2612:0a0d14d5a797
parent child
Show More
@@ -196,9 +196,14 task :migrate_from_mantis => :environment do
196 end
196 end
197
197
198 def read(*args)
198 def read(*args)
199 if @read_finished
200 nil
201 else
202 @read_finished = true
199 content
203 content
200 end
204 end
201 end
205 end
206 end
202
207
203 class MantisBugRelationship < ActiveRecord::Base
208 class MantisBugRelationship < ActiveRecord::Base
204 set_table_name :mantis_bug_relationship_table
209 set_table_name :mantis_bug_relationship_table
General Comments 0
You need to be logged in to leave comments. Login now