X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage-functions.php;h=1936842e75f3d78e1fcc06993408753e1092fbc2;hb=32147d183ae18dff741db3b180b9365bf3e6b26b;hp=48f17fdb2719b5b5a7d74b67086d5b2cff0a3c7b;hpb=9d411a5575f41af78a82b0ed03cdc287b6db3ca9;p=mailer.git diff --git a/inc/language-functions.php b/inc/language-functions.php index 48f17fdb27..1936842e75 100644 --- a/inc/language-functions.php +++ b/inc/language-functions.php @@ -177,7 +177,7 @@ function loadLanguageFile ($ext_name = 'none') { if (isLanguageIncludeReadable($ext_name)) { // Load language file loadLanguageInclude($ext_name); - } elseif ((isDebugModeEnabled()) && (getOutputMode() == '0') && ($ext_name != 'sql_patches') && (substr($ext_name, 0, 10) != 'admintheme')) { + } elseif ((isDebugModeEnabled()) && (getOutputMode() == 0) && ($ext_name != 'sql_patches') && (substr($ext_name, 0, 10) != 'admintheme')) { // No language file is not so good... logDebugMessage(__FUNCTION__, __LINE__, sprintf("NOTICE: Extension %s has no language file or we cannot read from it. lang=%s, mode=%s", $ext_name,