Reset Exception.bail just in case

This commit is contained in:
David Steinsland 2015-01-15 20:10:48 +01:00
parent ed3b15f13b
commit e5134986e6

View file

@ -259,6 +259,7 @@ class ErrorHandler {
}
if (Configure::read('Exception.bail')) {
Configure::write('Exception.bail', false);
throw $exception;
}