mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16717] Set posts_table in indexing installer task
PHPBB3-16717
This commit is contained in:
parent
6d98f53780
commit
1a2133be52
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue