mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
Merge pull request #6360 from marc1706/ticket/16960
[ticket/16960] Set config.php service even if container is not compiled
This commit is contained in:
@@ -229,7 +229,7 @@ class container_builder
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->compile_container && $this->config_php_file)
|
if ($this->config_php_file)
|
||||||
{
|
{
|
||||||
$this->container->set('config.php', $this->config_php_file);
|
$this->container->set('config.php', $this->config_php_file);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user