HOR-3819
Restored ProcessMaker ErrorHandler. Fixed Soap class.
This commit is contained in:
@@ -82,6 +82,7 @@ try {
|
||||
|
||||
app()->useStoragePath(realpath(PATH_DATA));
|
||||
app()->make(Kernel::class)->bootstrap();
|
||||
restore_error_handler();
|
||||
//Do not change any of these settings directly, use env.ini instead
|
||||
ini_set('display_errors', $arraySystemConfiguration['debug']);
|
||||
ini_set('error_reporting', $e_all);
|
||||
|
||||
Reference in New Issue
Block a user