]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-stats.php
debug_report_bug() should be used as a replacement for app_die() calls
[mailer.git] / inc / modules / guest / what-stats.php
index 9fe4fc71489b362f38557eedd9b30b375f2dcbc9..aadc78d97698350bbaf8002123db0b4910a68fc3 100644 (file)
@@ -66,7 +66,7 @@ switch (getRequestParameter('mode')) {
 
        default:
                // Unsupported mode
 
        default:
                // Unsupported mode
-               debug_report_bug(sprintf("Unsupported mode <span class=\"data\">%s</span> detected.", secureString(getRequestParameter('mode'))));
+               debug_report_bug(__FILE__, __LINE__, sprintf("Unsupported mode <span class=\"data\">%s</span> detected.", secureString(getRequestParameter('mode'))));
                break;
 }
 
                break;
 }