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:
Andreas Fischer 2014-07-15 23:10:54 +02:00
commit 06386990d1

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);
} }