mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
[ticket/11052] update search backend constructor everywhere
PHPBB3-11052
This commit is contained in:
@@ -915,7 +915,7 @@ function mcp_fork_topic($topic_ids)
|
||||
}
|
||||
|
||||
$error = false;
|
||||
$search = new $search_type($error);
|
||||
$search = new $search_type($error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user);
|
||||
$search_mode = 'post';
|
||||
|
||||
if ($error)
|
||||
|
Reference in New Issue
Block a user