mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Merge pull request #2737 from Elsensee/ticket/12855
[ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG * Elsensee/ticket/12855: [ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG
This commit is contained in:
@@ -175,7 +175,7 @@ class container_builder
|
||||
$this->container->compile();
|
||||
}
|
||||
|
||||
if ($this->dump_container && !defined('DEBUG'))
|
||||
if ($this->dump_container && !defined('DEBUG_CONTAINER'))
|
||||
{
|
||||
$this->dump_container($container_filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user