1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/14306] Update the error message

PHPBB3-14306
This commit is contained in:
Tristan Darricau
2015-12-15 20:18:55 +01:00
parent 761fa9da52
commit 7f8b6c02c6
3 changed files with 6 additions and 3 deletions

View File

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