mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Reset Exception.bail just in case
This commit is contained in:
parent
ed3b15f13b
commit
e5134986e6
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ class ErrorHandler {
|
|||
}
|
||||
|
||||
if (Configure::read('Exception.bail')) {
|
||||
Configure::write('Exception.bail', false);
|
||||
throw $exception;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue