From 6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee Mon Sep 17 00:00:00 2001 From: brunoais Date: Mon, 8 Jun 2015 18:09:48 +0100 Subject: [ticket/13685] This should take care of the rest PHPBB3-13685 --- phpBB/install/install_convert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install') diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php index b132ece0d0..a0f8a928de 100644 --- a/phpBB/install/install_convert.php +++ b/phpBB/install/install_convert.php @@ -796,7 +796,7 @@ class install_convert extends module } $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) { -- cgit v1.2.1