Merge pull request #6152 from CHItA/ticket/16717

[ticket/16717] Set posts_table in indexing installer task
This commit is contained in:
Marc Alexander 2021-03-04 23:28:17 +01:00 committed by GitHub
commit c0493b9605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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