X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-stats.php;h=aadc78d97698350bbaf8002123db0b4910a68fc3;hp=9fe4fc71489b362f38557eedd9b30b375f2dcbc9;hb=ad30a667fd8abeb576c04026b62c2e8a29d86f52;hpb=36ca6ba43169e0f3c74841b63560363ffc491cf8 diff --git a/inc/modules/guest/what-stats.php b/inc/modules/guest/what-stats.php index 9fe4fc7148..aadc78d976 100644 --- a/inc/modules/guest/what-stats.php +++ b/inc/modules/guest/what-stats.php @@ -66,7 +66,7 @@ switch (getRequestParameter('mode')) { default: // Unsupported mode - debug_report_bug(sprintf("Unsupported mode %s detected.", secureString(getRequestParameter('mode')))); + debug_report_bug(__FILE__, __LINE__, sprintf("Unsupported mode %s detected.", secureString(getRequestParameter('mode')))); break; }