mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02: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:
@@ -1465,7 +1465,7 @@ class install_install extends module
|
|||||||
set_config_count(null, null, null, $config);
|
set_config_count(null, null, null, $config);
|
||||||
|
|
||||||
$error = false;
|
$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
|
$sql = 'SELECT post_id, post_subject, post_text, poster_id, forum_id
|
||||||
FROM ' . POSTS_TABLE;
|
FROM ' . POSTS_TABLE;
|
||||||
|
Reference in New Issue
Block a user