Skip to content

Commit

Permalink
MDL-8853 Applied Ann's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Nov 6, 2007
1 parent 32cc630 commit 3b84c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
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
Expand Down

0 comments on commit 3b84c6b

Please sign in to comment.