mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/13685] This should take care of the rest
PHPBB3-13685
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user