mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-8853 Applied Ann's Patch
This commit is contained in:
parent
c9ff03bdf4
commit
57aafd33f7
1 changed files with 1 additions and 1 deletions
2
help.php
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue