mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00

The patch reimplements the core_string_manager::get_language_dependencies() so that potentially mis-configured language packs with circular dependencies or self dependency do not make the site unavailable. Unit tests for the expected behaviour are added.
4 lines
78 B
PHP
4 lines
78 B
PHP
<?php
|
|
|
|
$string['thislanguage'] = 'Deutsch';
|
|
$string['parentlanguage'] = 'en';
|