]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
Various fixes to fix bug #226, comment #562, removed extension dependency register...
[mailer.git] / inc / template-functions.php
index 34469e68de3b650fa1864f8245c78be203f20224..6ca436f10b6ee8e95afb2e6d145315e315ea0514 100644 (file)
@@ -1276,7 +1276,7 @@ function reportBug ($F, $L, $message = '', $sendEmail = true) {
        } // END - if
 
        // Add output
-       $debug .= 'Please report this bug at <a title="Direct link to the bug-tracker" href="http://bugs.mxchange.org" rel="external" target="_blank">http://bugs.mxchange.org</a> and include the logfile from <strong>' . str_replace(getPath(), '', getCachePath()) . 'debug.log</strong> in your report (you can now attach files):<pre>';
+       $debug .= 'Please report this bug at <a title="Direct link to the bug-tracker" href="http://bugs.mxchange.org" rel="external" target="_blank">http://bugs.mxchange.org</a> and include this whole message + logfile from <strong>' . str_replace(getPath(), '', getCachePath()) . 'debug.log</strong> in your report (you can now attach files).<br />Backtrace:<pre>';
        $debug .= debug_get_printable_backtrace();
        $debug .= '</pre>';
        $debug .= '<div class="para">Request-URI: ' . getRequestUri() . '</div>';