diff options
author | brunoais <brunoaiss@gmail.com> | 2015-06-08 18:09:48 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-06-08 18:09:48 +0100 |
commit | 6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee (patch) | |
tree | 08a91266e3f85580b4c6d444f173ec43af7f4c4e /phpBB/includes | |
parent | 823783773c5f23881a2dcb13a7d2df7ef41cc77c (diff) | |
download | forums-6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee.tar forums-6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee.tar.gz forums-6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee.tar.bz2 forums-6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee.tar.xz forums-6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee.zip |
[ticket/13685] This should take care of the rest
PHPBB3-13685
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/acp/acp_main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_main.php b/phpBB/includes/acp/acp_main.php index 3d8991fb37..f6d728ffed 100644 --- a/phpBB/includes/acp/acp_main.php +++ b/phpBB/includes/acp/acp_main.php @@ -632,7 +632,7 @@ class acp_main { $error = false; $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()) { |