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 d8c68f7 commit 7c534cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.php
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');
}

// Work through the possible languages, starting with the most specific.
Expand Down

0 comments on commit 7c534cc

Please sign in to comment.