diff --git a/goss-correctencoding.rb b/goss-correctencoding.rb index 93f5071..d12eab4 100644 --- a/goss-correctencoding.rb +++ b/goss-correctencoding.rb @@ -89,8 +89,7 @@ class GossamerForumsCorrectEncoding < ImportScripts::Base def perform_encoding_correction puts "Encoding Correction beginning!" - # destroy_deleted_posts_from_gossamer - destroy_deleted_posts_from_gossamer_with_user('spudone') + fix_encoding puts "Encoding Correction complete!" end end