X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage-functions.php;h=ccf61cb51e3c1cccba7eeaeea909b4772102f8b6;hp=f1d7f0ac93b385c4135aae61daf3dd9828c61b5e;hb=19b197c32c96ce8eea26561fb7b40e87c57716ae;hpb=1c4e78c5d68b97b82a3b930aa6db1e6df188f653 diff --git a/inc/language-functions.php b/inc/language-functions.php index f1d7f0ac93..ccf61cb51e 100644 --- a/inc/language-functions.php +++ b/inc/language-functions.php @@ -257,13 +257,13 @@ function ifLanguageFilesCompares ($source, $target, $targetLanguage) { // Is one not readable? if (!isIncludeReadable($source)) { // Please report this bug! - debug_report_bug(__FUNCTION__ . ': Source file ' . $source . ' is not readable.'); + debug_report_bug(__FUNCTION__, __LINE__, 'Source file ' . $source . ' is not readable.'); } elseif (!isIncludeReadable($target)) { // Please report this bug! - debug_report_bug(__FUNCTION__ . ': Target file ' . $target . ' is not readable.'); + debug_report_bug(__FUNCTION__, __LINE__, 'Target file ' . $target . ' is not readable.'); } elseif ($targetLanguage == getCurrentLanguage()) { // Must be different - debug_report_bug(__FUNCTION__ . ': Target language ' . $targetLanguage . ' is same as current.'); + debug_report_bug(__FUNCTION__, __LINE__, 'Target language ' . $targetLanguage . ' is same as current.'); } // Backup current messages/language @@ -329,7 +329,7 @@ function isMessageMasked ($messageId) { // Is the message id valid? if (!isMessageIdValid($messageId)) { // No, then abort here - debug_report_bug(__FUNCTION__ . ': Invalid message id ' . $messageId . ' detected.'); + debug_report_bug(__FUNCTION__, __LINE__, 'Invalid message id ' . $messageId . ' detected.'); } // END - if // Now simply check it