From: Alan Knowles Date: Mon, 11 Jan 2021 06:15:57 +0000 (+0800) Subject: missing dot X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c55bcb2f545d3bf0ccac4a12510db9b62f570ea2 missing dot --- diff --git a/DataObjects/Core_template.php b/DataObjects/Core_template.php index fcc2ddd6..147e43dc 100644 --- a/DataObjects/Core_template.php +++ b/DataObjects/Core_template.php @@ -416,7 +416,7 @@ WHERE ( putenv("LANGUAGE=$lang"); if (!setlocale(LC_ALL, $lang)) { - if (!setlocale(LC_ALL, $lang.'UTF8')) { + if (!setlocale(LC_ALL, $lang.'.UTF8')) { $ff->page->jerr("Language is not available {$lang}"); } }