mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
Merge pull request #6152 from CHItA/ticket/16717
[ticket/16717] Set posts_table in indexing installer task
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