Skip to content

Commit

Permalink
Fix comment to include phpbb 3.3, which is now supported (discourse#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
cocococosti authored Aug 19, 2022
1 parent 73b2522 commit 067c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/import_scripts/phpbb3.rb
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 067c4de

Please sign in to comment.