mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fixes the attachment import of the phpBB3 importer
This commit is contained in:
@@ -408,7 +408,7 @@ class ImportScripts::PhpBB3 < ImportScripts::Base
|
||||
|
||||
success_count += 1
|
||||
|
||||
html_for_upload(upload)
|
||||
html_for_upload(upload, real_filename)
|
||||
end
|
||||
|
||||
if new_raw != post.raw
|
||||
|
||||
Reference in New Issue
Block a user