From b9ac8e5748a3c60c0b6ff629fa16718dca787790 Mon Sep 17 00:00:00 2001 From: Constanza Date: Thu, 14 Jul 2022 08:36:47 -0400 Subject: [PATCH] Adding 3.2 to the versions of phpbb supported by the migration script (#17483) --- 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 4ee79d14ed..c0edc1477c 100644 --- a/script/import_scripts/phpbb3.rb +++ b/script/import_scripts/phpbb3.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Importer for phpBB 3.0 and 3.1 +# Importer for phpBB 3.0, 3.1 and 3.2 # Documentation: https://meta.discourse.org/t/importing-from-phpbb3/30810 if ARGV.length != 1 || !File.exist?(ARGV[0])