mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
Merge branch 'MDL-62750_master' of https://github.com/aanabit/moodle
This commit is contained in:
commit
54635fdee8
@ -6967,6 +6967,7 @@ function get_string_manager($forcereload=false) {
|
||||
$translist = array();
|
||||
} else {
|
||||
$translist = explode(',', $CFG->langlist);
|
||||
$translist = array_map('trim', $translist);
|
||||
}
|
||||
|
||||
if (!empty($CFG->config_php_settings['customstringmanager'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user