File: phpbb/install/module/install_data/task/create_search_index.php
Unmodified
Added
Modified
Removed
Line 81 | Line 81 |
---|
$this->language = $container->get('language'); $this->phpbb_dispatcher = $container->get('dispatcher'); $this->user = $container->get('user');
|
$this->language = $container->get('language'); $this->phpbb_dispatcher = $container->get('dispatcher'); $this->user = $container->get('user');
|
| $this->phpbb_root_path = $phpbb_root_path; $this->php_ext = $php_ext;
|
parent::__construct(true); }
| parent::__construct(true); }
|