diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php index 8279daba5d..20e87e7660 100644 --- a/phpBB/phpbb/di/container_builder.php +++ b/phpBB/phpbb/di/container_builder.php @@ -231,7 +231,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); }