mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue