mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
Fix gem load order for all importers
https://meta.discourse.org/t/migrating-from-mybb/25563/8
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
require "csv"
|
||||
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
|
||||
class ImportScripts::Vanilla < ImportScripts::Base
|
||||
|
||||
|
Reference in New Issue
Block a user