From: Roland Häder Date: Thu, 8 Nov 2012 21:09:30 +0000 (+0000) Subject: This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6bd47661d7ec406cd276f0835364b1e3f933d6c8;p=mailer.git This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER do this here --- diff --git a/inc/handler.php b/inc/handler.php index 7e428ce89d..5f6223f5c3 100644 --- a/inc/handler.php +++ b/inc/handler.php @@ -58,9 +58,6 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) { // Log error message logDebugMessage($errfile, $errline, $message); } - - // Always return false - return FALSE; } // Init error handler