1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 00:21:02 +01:00

[ticket/15540] Remove argument

PHPBB3-15540
This commit is contained in:
rubencm 2020-08-15 13:52:09 +00:00
parent 1bc9cbefb2
commit f2d5f31f99

View File

@ -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();