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

@ -252,7 +252,7 @@ die('Work in progress, to be replaced by the new language update interface...');
foreach($installedlangs as $l=>$unused) {
$SESSION->lang = $l;
$parent = get_string('parentlanguage');
$parent = get_string('parentlanguage', 'langconfig');
if ($parent == 'en') {
continue;
}