X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=c37b570c973521bd1b26183a87f88e4754da0972;hp=5fb35afd9f707113a8e54ec8c0466baff0661b9b;hb=6560179e7c8dc565485503f374d4e31f333ffd0e;hpb=fe8175c95f44881a9edefc264e42fea350f7387b diff --git a/inc/functions.php b/inc/functions.php index 5fb35afd9f..c37b570c97 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -64,7 +64,7 @@ function addFatalMessage ($F, $L, $message, $extra = '') { array_push($GLOBALS['fatal_messages'], $message); // Log fatal messages away - logDebugMessage($F, $L, 'Fatal error message: ' . $message); + logDebugMessage($F, $L, 'Fatal error message: ' . compileCode($message)); } // Getter for total fatal message count