mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
9 lines
252 B
PHP
9 lines
252 B
PHP
<?php
|
|
|
|
defined('MOODLE_INTERNAL') || die;
|
|
|
|
if ($ADMIN->fulltree) {
|
|
|
|
$settings->add(new admin_setting_configcheckbox('filter_multilang_force_old', 'filter_multilang_force_old',
|
|
get_string('multilangforceold', 'admin'), 0));
|
|
}
|