From f2d5f31f99a69ddfccb23aa5858f6e55f7d72e4b Mon Sep 17 00:00:00 2001 From: rubencm Date: Sat, 15 Aug 2020 13:52:09 +0000 Subject: [PATCH] [ticket/15540] Remove argument PHPBB3-15540 --- phpBB/install/convert/convertor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/convert/convertor.php b/phpBB/install/convert/convertor.php index 54ec85fd21..ab87243952 100644 --- a/phpBB/install/convert/convertor.php +++ b/phpBB/install/convert/convertor.php @@ -224,7 +224,7 @@ class convertor trigger_error('NO_SUCH_SEARCH_MODULE'); } - $convert->fulltext_search = new $search_type($auth, $config, $db, $phpbb_dispatcher, $user, $phpbb_root_path, $phpEx); + $convert->fulltext_search = new $search_type($config, $db, $phpbb_dispatcher, $user, $phpbb_root_path, $phpEx); include_once($phpbb_root_path . 'includes/message_parser.' . $phpEx); $message_parser = new \parse_message();