From 85c93af2811272fbeb3960eca531854c58a18615 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 9 Sep 2024 16:15:44 +1000 Subject: [PATCH] v0.1 - Added new script for encoding correction --- goss-correctencoding.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goss-correctencoding.rb b/goss-correctencoding.rb index 538e0ed..7a3f833 100644 --- a/goss-correctencoding.rb +++ b/goss-correctencoding.rb @@ -85,5 +85,5 @@ class GossamerForumsCorrectEncoding < ImportScripts::Base end end -GossamerForumsDestroyDeletedPosts.new.perform_encoding_correction +GossamerForumsCorrectEncoding.new.perform_encoding_correction