mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16717] Set posts_table in indexing installer task
PHPBB3-16717
This commit is contained in:
@@ -125,6 +125,8 @@ class create_search_index extends database_task
|
||||
$this->phpbb_root_path = $phpbb_root_path;
|
||||
$this->php_ext = $php_ext;
|
||||
|
||||
$this->posts_table = $container->get_parameter('tables.posts');
|
||||
|
||||
$this->error = false;
|
||||
$this->search_indexer = new fulltext_native(
|
||||
$this->error,
|
||||
|
Reference in New Issue
Block a user