MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [parentlanguage,core],[parentlanguage,core_langconfig]
AMOS END
This commit is contained in:
Petr Skoda 2010-04-10 18:01:49 +00:00
parent bf69b06d1b
commit c9042db5c7
5 changed files with 5 additions and 5 deletions

View file

@ -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 = '';
}