Skip to content

Commit

Permalink
Merge branch 'v3.2' into fix/xss
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed May 25, 2022
2 parents 96eaeac + ac00338 commit f3ec585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SP/Core/Language.php
Expand Up @@ -192,7 +192,7 @@ public static function setLocales($lang)
$locale = setlocale(LC_ALL, $lang);

if ($locale === false) {
logger('Could not set locale', 'ERROR');
logger('Could not set locale to ' . $lang, 'ERROR');
logger('Domain path: ' . LOCALES_PATH);
} else {
logger('Locale set to: ' . $locale);
Expand Down

0 comments on commit f3ec585

Please sign in to comment.