From 519c875d87a83d4fc9332e1a56991399a557d8b5 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Sun, 8 Feb 2015 21:38:28 +0100 Subject: [PATCH] Fixes the attachment import of the phpBB3 importer --- script/import_scripts/phpbb3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/import_scripts/phpbb3.rb b/script/import_scripts/phpbb3.rb index c5d0019b3..289141372 100644 --- a/script/import_scripts/phpbb3.rb +++ b/script/import_scripts/phpbb3.rb @@ -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