mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13685] This should take care of the rest
PHPBB3-13685
This commit is contained in:
parent
823783773c
commit
6e8da5a424
2 changed files with 2 additions and 2 deletions
|
@ -632,7 +632,7 @@ class acp_main
|
||||||
{
|
{
|
||||||
$error = false;
|
$error = false;
|
||||||
$search_type = $config['search_type'];
|
$search_type = $config['search_type'];
|
||||||
$search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $phpbb_dispatcher, $user);
|
$search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user, $phpbb_dispatcher);
|
||||||
|
|
||||||
if (!$search->index_created())
|
if (!$search->index_created())
|
||||||
{
|
{
|
||||||
|
|
|
@ -796,7 +796,7 @@ class install_convert extends module
|
||||||
}
|
}
|
||||||
|
|
||||||
$error = false;
|
$error = false;
|
||||||
$convert->fulltext_search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $phpbb_dispatcher, $user);
|
$convert->fulltext_search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user, $phpbb_dispatcher);
|
||||||
|
|
||||||
if ($error)
|
if ($error)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue