mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 19:28:53 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG
This commit is contained in:
commit
06386990d1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue