mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Adding 3.2 to the versions of phpbb supported by the migration script (#17483)
This commit is contained in:
@ -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])
|
||||
|
Reference in New Issue
Block a user