mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16643] Fixes
PHPBB3-16643
This commit is contained in:
@@ -68,7 +68,7 @@ class add_default_data extends database_task
|
||||
language $language,
|
||||
string $root_path)
|
||||
{
|
||||
$this->db = self::get_doctrine_connection($db_helper, $config);
|
||||
$this->db = self::get_doctrine_connection($db_helper, $config);
|
||||
$this->database_helper = $db_helper;
|
||||
$this->config = $config;
|
||||
$this->language = $language;
|
||||
|
Reference in New Issue
Block a user