MDL-8853 Applied Ann's Patch

This commit is contained in:
nicolasconnault
2007-11-06 13:25:22 +00:00
parent 7d1b0eee29
commit 6c5efa9157
+1 -1
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