]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8853 Applied Ann's patch
authornicolasconnault <nicolasconnault>
Tue, 6 Nov 2007 13:39:42 +0000 (13:39 +0000)
committernicolasconnault <nicolasconnault>
Tue, 6 Nov 2007 13:39:42 +0000 (13:39 +0000)
help.php

index 198a8b7429ed45431fedb7902ef0b25e893d2c04..506090d4c5e3c7c03fbedf1aa9fb289598caee85 100644 (file)
--- 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