Not this ... :(
authorRoland Häder <roland@mxchange.org>
Sun, 10 Jun 2012 12:54:50 +0000 (12:54 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 10 Jun 2012 12:54:50 +0000 (12:54 +0000)
inc/wrapper-functions.php

index 76b94ebf864263378e32bb36d72456e5e77d369d..d53b0b6e21d0fdb3e0b478572d4fb1a24360bd32 100644 (file)
@@ -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