From 99efffd177737c8488a2c8ed4ac64e896a9e28c5 Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Wed, 26 Mar 2014 12:52:54 +0200 Subject: [PATCH] fix Fatal error problem --- application/Espo/Core/Loaders/Log.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/Espo/Core/Loaders/Log.php b/application/Espo/Core/Loaders/Log.php index 8f7b06577e..cd07f33838 100644 --- a/application/Espo/Core/Loaders/Log.php +++ b/application/Espo/Core/Loaders/Log.php @@ -57,7 +57,6 @@ class Log $errorHandler = new \Monolog\ErrorHandler($log); $errorHandler->registerExceptionHandler(null, false); $errorHandler->registerErrorHandler(array(), false); - $errorHandler->registerFatalHandler(); return $log; }