From: nicolasconnault Date: Tue, 6 Nov 2007 13:39:42 +0000 (+0000) Subject: MDL-8853 Applied Ann's patch X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3b84c6bd05b234a1a11605164ad35d9568b51599;p=moodle.git MDL-8853 Applied Ann's patch --- diff --git a/help.php b/help.php index 198a8b7429..506090d4c5 100644 --- a/help.php +++ b/help.php @@ -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