1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01: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:
Nils Adermann 2011-08-29 20:06:17 -04:00
parent 48391d2dde
commit 018a835997

View File

@ -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;