mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3181 from gschlager/importers
Fixes the attachment import of the phpBB3 importer
This commit is contained in:
commit
aa1efc4c95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue