diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 0968098..d140b4a 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -427,7 +427,7 @@ class GossamerForumsImporter < ImportScripts::Base temp_file.rewind puts "Attempting upload..." - upload = upload_attachment(user_id, temp_file, att_row['postatt_filename']) + upload = upload_attachment_two(user_id, temp_file, att_row['postatt_filename']) next unless upload # Get the URL of the uploaded file from Discourse