From: Roland Häder Date: Sun, 10 Jun 2012 12:54:50 +0000 (+0000) Subject: Not this ... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e68d5eccdab9edf8305ccdf3b42f0dba159a098d;p=mailer.git Not this ... :( --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 76b94ebf86..d53b0b6e21 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -576,7 +576,6 @@ function isWhatSet ($strict = false) { // Should we abort here? if (($strict === true) && ($isset === false)) { // Output backtrace - die(debug_get_printable_backtrace()); debug_report_bug(__FUNCTION__, __LINE__, 'what is empty.'); } // END - if