FIX: Missing constant in SMF2 importer (#9178)
This commit is contained in:
parent
3f9b310beb
commit
6c948f27ea
|
@ -369,6 +369,11 @@ class ImportScripts::Smf2 < ImportScripts::Base
|
|||
end
|
||||
end
|
||||
|
||||
IGNORED_BBCODE ||= %w{
|
||||
black blue center color email flash font glow green iurl left list move red
|
||||
right shadown size table time white
|
||||
}
|
||||
|
||||
def convert_bbcode(raw)
|
||||
return "" if raw.blank?
|
||||
|
||||
|
|
Loading…
Reference in New Issue