From 1a2133be52a600143fc36911ecd23d77a5f028ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Bartus?= Date: Thu, 4 Mar 2021 19:13:59 +0100 Subject: [PATCH] [ticket/16717] Set posts_table in indexing installer task PHPBB3-16717 --- .../install/module/install_data/task/create_search_index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/phpbb/install/module/install_data/task/create_search_index.php b/phpBB/phpbb/install/module/install_data/task/create_search_index.php index 864b729ae5..b673367944 100644 --- a/phpBB/phpbb/install/module/install_data/task/create_search_index.php +++ b/phpBB/phpbb/install/module/install_data/task/create_search_index.php @@ -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,