mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/extension-manager] The default fulltext native backend was renamed
This was done to make it autoloadable. PHPBB3-10323
This commit is contained in:
parent
48391d2dde
commit
018a835997
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ class install_install extends module
|
|||
set_config_count(null, null, null, $config);
|
||||
|
||||
$error = false;
|
||||
$search = new fulltext_native($error);
|
||||
$search = new phpbb_search_fulltext_native($error);
|
||||
|
||||
$sql = 'SELECT post_id, post_subject, post_text, poster_id, forum_id
|
||||
FROM ' . POSTS_TABLE;
|
||||
|
|
Loading…
Add table
Reference in a new issue