Adding 3.2 to the versions of phpbb supported by the migration script (#17483)

This commit is contained in:
Constanza 2022-07-14 08:36:47 -04:00 committed by GitHub
parent 92e8a6d62b
commit b9ac8e5748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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])