[ticket/16717] Set posts_table in indexing installer task

PHPBB3-16717
This commit is contained in:
Máté Bartus 2021-03-04 19:13:59 +01:00
parent 6d98f53780
commit 1a2133be52

View file

@ -125,6 +125,8 @@ class create_search_index extends database_task
$this->phpbb_root_path = $phpbb_root_path; $this->phpbb_root_path = $phpbb_root_path;
$this->php_ext = $php_ext; $this->php_ext = $php_ext;
$this->posts_table = $container->get_parameter('tables.posts');
$this->error = false; $this->error = false;
$this->search_indexer = new fulltext_native( $this->search_indexer = new fulltext_native(
$this->error, $this->error,