Internal TODO added
[mailer.git] / inc / functions.php
index ad2b5a25d1e3433a6e3fff2211c4e3fc46969a31..96ed81d53fce6b42cc5d3125751ec6d31882fc60 100644 (file)
@@ -2714,11 +2714,12 @@ function debug_report_bug ($message = "") {
        } // END - if
 
        // Add output
        } // END - if
 
        // Add output
-       $debug .= ("Please report this error at <a href=\"http://bugs.mxchange.org\" rel=\"external\" target=\"_blank\">bugs.mxchange.org</a>:<pre>");
-       $debug .= (debug_get_printable_backtrace());
-       $debug .= ("</pre>Thank you for your help finding bugs.");
+       $debug .= "Please report this error at <a href=\"http://bugs.mxchange.org\" rel=\"external\" target=\"_blank\">bugs.mxchange.org</a>:<pre>";
+       $debug .= debug_get_printable_backtrace();
+       $debug .= "</pre>Thank you for finding bugs.";
 
        // And abort here
 
        // And abort here
+       // @TODO This cannot be rewritten to mxchange_die(), try to find a solution for this.
        die($debug);
 }
 
        die($debug);
 }