mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Make import scripts work with frozen strings
This commit is contained in:
@@ -67,7 +67,7 @@ class ImportScripts::Bespoke < 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