mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15540] Remove argument
PHPBB3-15540
This commit is contained in:
parent
1bc9cbefb2
commit
f2d5f31f99
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class convertor
|
||||||
trigger_error('NO_SUCH_SEARCH_MODULE');
|
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);
|
include_once($phpbb_root_path . 'includes/message_parser.' . $phpEx);
|
||||||
$message_parser = new \parse_message();
|
$message_parser = new \parse_message();
|
||||||
|
|
Loading…
Add table
Reference in a new issue