diff options
| author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-07-15 22:58:28 +0200 | 
|---|---|---|
| committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-07-15 22:58:28 +0200 | 
| commit | 1ee7df57ae9ab0a111a1a29a8b8b2a1d5a1d42e2 (patch) | |
| tree | 4d310a3d686064a3662ac3e43a98e3570250800b | |
| parent | fcf426ad5c21c0e1e32e2bc33a8fd0a330fbd273 (diff) | |
| download | forums-1ee7df57ae9ab0a111a1a29a8b8b2a1d5a1d42e2.tar forums-1ee7df57ae9ab0a111a1a29a8b8b2a1d5a1d42e2.tar.gz forums-1ee7df57ae9ab0a111a1a29a8b8b2a1d5a1d42e2.tar.bz2 forums-1ee7df57ae9ab0a111a1a29a8b8b2a1d5a1d42e2.tar.xz forums-1ee7df57ae9ab0a111a1a29a8b8b2a1d5a1d42e2.zip | |
[ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG
PHPBB3-12855
| -rw-r--r-- | phpBB/phpbb/di/container_builder.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php index ab10073013..553b723cc8 100644 --- a/phpBB/phpbb/di/container_builder.php +++ b/phpBB/phpbb/di/container_builder.php @@ -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);  			} | 
