2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FIX: base script import to handle category color/text color

This commit is contained in:
Régis Hanol 2015-05-19 12:40:35 +02:00
parent f0b35b2fe2
commit dcc4267490
5 changed files with 4 additions and 6 deletions

View file

@ -8,7 +8,6 @@ require File.expand_path(File.dirname(__FILE__) + "/base.rb")
BB_PRESS_DB = ENV['BBPRESS_DB'] || "bbpress"
DB_TABLE_PREFIX = "wp_"
class ImportScripts::Bbpress < ImportScripts::Base
def initialize