mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Fix gem load order for all importers
https://meta.discourse.org/t/migrating-from-mybb/25563/8
This commit is contained in:
parent
3d2d224312
commit
a412e9bede
8 changed files with 8 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
|
||||
require "mysql2"
|
||||
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
|
||||
class ImportScripts::Kunena < ImportScripts::Base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue