]> git.mxchange.org Git - mailer.git/blobdiff - inc/handler.php
Several rewrites/fixes which I have done yesterday but not commited, mxchange_die...
[mailer.git] / inc / handler.php
index 6daf6e476644d8bc4e10f7926991270de7c3949e..7bba6be8918fbeb5d3870c4038a72e9563735c62 100644 (file)
@@ -58,7 +58,7 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) {
        // Output message to user and die
        if (EXT_IS_ACTIVE("debug")) {
                // Debug extension found! So Output a small message
-               mxchange_die("Error message written to debug.log. Please try to call <a href=\"{!URL!}\">the main page</a> to continue.");
+               app_die(__FUNCTION__, __LINE__, "Error message written to debug.log. Please try to call <a href=\"{!URL!}\">the main page</a> to continue.");
        } else {
                // No debug extension found, so regular output
                debug_report_bug($msg);