mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN MOV [parentlanguage,core],[parentlanguage,core_langconfig] AMOS END
This commit is contained in:
parent
bf69b06d1b
commit
c9042db5c7
5 changed files with 5 additions and 5 deletions
|
@ -1590,7 +1590,7 @@ function make_default_scale() {
|
|||
|
||||
/// Read in the big description from the file. Note this is not
|
||||
/// HTML (despite the file extension) but Moodle format text.
|
||||
$parentlang = get_string('parentlanguage');
|
||||
$parentlang = get_parent_language();
|
||||
if ($parentlang[0] == '[') {
|
||||
$parentlang = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue