1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16960] Set config.php service even if container is not compiled

PHPBB3-16960
This commit is contained in:
Marc Alexander
2022-01-30 15:18:47 +01:00
parent 919ff4575b
commit adea3e734a

View File

@@ -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);
}