mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-67883-squash' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
618b13e1f5
87 changed files with 5262 additions and 41 deletions
|
@ -74,7 +74,4 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
|
|||
new lang_string('configallowemojipickerincompatible', 'admin')
|
||||
));
|
||||
}
|
||||
|
||||
$optionalsubsystems->add(new admin_setting_configcheckbox('enablemoodlenet', new lang_string('enablemoodlenet', 'admin'),
|
||||
new lang_string('enablemoodlenet_desc', 'admin'), 1, 1, 0));
|
||||
}
|
||||
|
|
|
@ -186,6 +186,7 @@ if ($hassiteconfig
|
|||
'email' => new lang_string('email'),
|
||||
'city' => new lang_string('city'),
|
||||
'country' => new lang_string('country'),
|
||||
'moodlenetprofile' => new lang_string('moodlenetprofile', 'user'),
|
||||
'timezone' => new lang_string('timezone'),
|
||||
'webpage' => new lang_string('webpage'),
|
||||
'icqnumber' => new lang_string('icqnumber'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue