1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 22:51:23 +02:00

[ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG

PHPBB3-12855
This commit is contained in:
Oliver Schramm
2014-07-15 22:58:28 +02:00
parent fcf426ad5c
commit 1ee7df57ae

View File

@@ -175,7 +175,7 @@ class container_builder
$this->container->compile(); $this->container->compile();
} }
if ($this->dump_container && !defined('DEBUG')) if ($this->dump_container && !defined('DEBUG_CONTAINER'))
{ {
$this->dump_container($container_filename); $this->dump_container($container_filename);
} }