This commit is contained in:
Sam 2018-03-08 15:16:12 +11:00
parent 4b8ff7a057
commit ddcca1d5cc
1 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,6 @@ class ImportScripts::XenForo < ImportScripts::Base
if ! s.valid_encoding?
s = s.encode("UTF-16be", invalid: :replace, replace: "?").encode('UTF-8')
end
#End Fix
# Work around it for now:
s.gsub!(/\[http(s)?:\/\/(www\.)?/, '[')