Fix comment to include phpbb 3.3, which is now supported (#18006)
This commit is contained in:
parent
73b2522261
commit
067c4deb4c
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# 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
|
# Documentation: https://meta.discourse.org/t/importing-from-phpbb3/30810
|
||||||
|
|
||||||
if ARGV.length != 1 || !File.exist?(ARGV[0])
|
if ARGV.length != 1 || !File.exist?(ARGV[0])
|
||||||
|
|
Loading…
Reference in New Issue