diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php index 79b00be19a..fe4127f30e 100644 --- a/phpBB/phpbb/di/container_builder.php +++ b/phpBB/phpbb/di/container_builder.php @@ -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); }