X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage-functions.php;h=77f6f2e9e543d328ff1d60b39bfad4e83c7fedbd;hb=34b1f5b69205b08c760d6dcc87ef6a2d1c291261;hp=29e07cf33a87d0b9433429757ec984ac00531e99;hpb=c6e62b16b4474ead6b180a5b9648906459d846da;p=mailer.git diff --git a/inc/language-functions.php b/inc/language-functions.php index 29e07cf33a..77f6f2e9e5 100644 --- a/inc/language-functions.php +++ b/inc/language-functions.php @@ -270,7 +270,9 @@ function ifLanguageFilesCompares ($source, $target, $targetLanguage) { // Init differences $GLOBALS['lang_diff'][$target] = array(); $GLOBALS['lang_diff_count'][$target] = 0; - if (!isset($GLOBALS['lang_diff_count']['total'])) $GLOBALS['lang_diff_count']['total'] = 0; + if (!isset($GLOBALS['lang_diff_count']['total'])) { + $GLOBALS['lang_diff_count']['total'] = 0; + } // END - if // *Does* match by default $matches = true;