From 067c4deb4c34ad5100e51e91bf0668d125de7908 Mon Sep 17 00:00:00 2001 From: Constanza Date: Fri, 19 Aug 2022 16:42:32 -0400 Subject: [PATCH] Fix comment to include phpbb 3.3, which is now supported (#18006) --- 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 c0edc1477c6..fb1807f911e 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, 3.1 and 3.2 +# Importer for phpBB 3.0, 3.1, 3.2 and 3.3 # Documentation: https://meta.discourse.org/t/importing-from-phpbb3/30810 if ARGV.length != 1 || !File.exist?(ARGV[0])