X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=4c5ca96fa50f0e41fc16d68381efe35fccb8dd1d;hp=60efa3138edc088eca19193615a0e0b88586f5fa;hb=392c181338f84b2e0e0fdfbd304b1ca9d8da077e;hpb=f1308369312b448023e572dc12dec0da6a9b5e52 diff --git a/inc/functions.php b/inc/functions.php index 60efa3138e..4c5ca96fa5 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -197,6 +197,7 @@ function addFatalMessage ($F, $L, $message, $extra='') { $GLOBALS['fatal_messages'][] = $message; // Log fatal messages away + debug_report_bug($message); logDebugMessage($F, $L, " message={$message}"); }