diff options
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/di/container_factory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/container_factory.php b/phpBB/phpbb/di/container_factory.php index a83c79f517..426c411e07 100644 --- a/phpBB/phpbb/di/container_factory.php +++ b/phpBB/phpbb/di/container_factory.php @@ -170,7 +170,7 @@ class container_factory $this->container->compile(); } - if ($this->dump_container && defined('DEBUG')) + if ($this->dump_container && !defined('DEBUG')) { $this->dump_container($container_filename); } |
