mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Mbox import script tried to modify frozen string (#27768)
This commit is contained in:
@@ -145,7 +145,7 @@ module ImportScripts::Mbox
|
||||
end
|
||||
|
||||
def map_first_post(row)
|
||||
subject = row["subject"]
|
||||
subject = row["subject"].dup
|
||||
tags = remove_tags!(subject)
|
||||
|
||||
mapped = map_post(row)
|
||||
|
||||
Reference in New Issue
Block a user