1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-10-08 21:19:09 +02:00

View File

@@ -74,6 +74,8 @@ class create_search_index extends \phpbb\install\task_base
$this->db = $container->get('dbal.conn'); $this->db = $container->get('dbal.conn');
$this->phpbb_dispatcher = $container->get('dispatcher'); $this->phpbb_dispatcher = $container->get('dispatcher');
$this->user = $container->get('user'); $this->user = $container->get('user');
$this->phpbb_root_path = $phpbb_root_path;
$this->php_ext = $php_ext;
parent::__construct(true); parent::__construct(true);
} }