Bug #6176 - locale setting on config variables page not functioning correctly; merged from MOODLE_16_STABLE
This commit is contained in:
@@ -508,6 +508,7 @@ $CFG->os = PHP_OS;
|
||||
$CFG->lang = !empty($CFG->unicodedb) ? 'en_utf8' : 'en';
|
||||
}
|
||||
|
||||
// set default locale - might be changed again later in require_login()
|
||||
moodle_setlocale();
|
||||
|
||||
if (!empty($CFG->opentogoogle)) {
|
||||
|
||||
Reference in New Issue
Block a user