mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Make import scripts work with frozen strings
This commit is contained in:
@ -24,7 +24,7 @@ module ImportScripts
|
||||
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