X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=f303ce5c685ca3ce250ce42d5c270a661dd21dab;hp=cfde41fa538b8be08c2cf5e7ec03a64c3cb625a6;hb=55b296b02c79cbf1cfce37192bbdaeeee31e6741;hpb=8adde0c900535dc5aa3c1152dbe51f43839a8a6d;ds=sidebyside diff --git a/inc/functions.php b/inc/functions.php index cfde41fa53..f303ce5c68 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3219,7 +3219,7 @@ function generateExtensionInactiveMessage ($ext_name) { // Is the extension empty? if (empty($ext_name)) { // This should not happen - debug_report_bug(__FUNCTION__ . ': Parameter ext is empty. This should not happen.'); + debug_report_bug(__FUNCTION__, __LINE__, 'Parameter ext is empty. This should not happen.'); } // END - if // Default message @@ -3240,7 +3240,7 @@ function generateExtensionNotInstalledMessage ($ext_name) { // Is the extension empty? if (empty($ext_name)) { // This should not happen - debug_report_bug(__FUNCTION__ . ': Parameter ext is empty. This should not happen.'); + debug_report_bug(__FUNCTION__, __LINE__, 'Parameter ext is empty. This should not happen.'); } // END - if // Default message