mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:01:20 +08:00
Make import scripts work with frozen strings
This commit is contained in:
@ -69,7 +69,7 @@ class ImportScripts::Jive < ImportScripts::Base
|
||||
first = true
|
||||
row = nil
|
||||
|
||||
current_row = ""
|
||||
current_row = +""
|
||||
double_quote_count = 0
|
||||
|
||||
File.open(filename).each_line do |line|
|
||||
|
Reference in New Issue
Block a user