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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user