MDL-8853 Applied Ann's Patch
This commit is contained in:
@@ -35,7 +35,7 @@ if (!empty($file)) {
|
||||
if (empty($forcelang)) {
|
||||
$langs = array(current_language(), get_string('parentlanguage'), 'en_utf8'); // Fallback
|
||||
} else {
|
||||
$langs = array($forcelang);
|
||||
$langs = array($forcelang, 'en_utf8');
|
||||
}
|
||||
|
||||
// _local language packs take precedence with both forced language and non-forced language settings
|
||||
|
||||
Reference in New Issue
Block a user