aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-12-15 20:18:55 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-09 15:35:17 +0100
commit7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b (patch)
treed09eb602b044e6b2ccd98bd73148612d6d23741e /phpBB/phpbb/di
parent761fa9da52e92efafa6839938113ddb55cd85f17 (diff)
downloadforums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar.gz
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar.bz2
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar.xz
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.zip
[ticket/14306] Update the error message
PHPBB3-14306
Diffstat (limited to 'phpBB/phpbb/di')
-rw-r--r--phpBB/phpbb/di/container_builder.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php
index 6e6fb5c7fb..d90f78c0d9 100644
--- a/phpBB/phpbb/di/container_builder.php
+++ b/phpBB/phpbb/di/container_builder.php
@@ -192,7 +192,8 @@ class container_builder
catch (\Exception $e)
{
// Don't try to recover if we are in the development environment
- if ($this->get_environment() === 'development') {
+ if ($this->get_environment() === 'development')
+ {
throw $e;
}