MDL-8853 Applied Ann's Patch

This commit is contained in:
nicolasconnault 2007-11-06 13:38:34 +00:00
parent c9ff03bdf4
commit 57aafd33f7

View file

@ -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