mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Merge branch 'MDL-73397-master' of https://github.com/aanabit/moodle
This commit is contained in:
commit
64915bed6d
94 changed files with 1725 additions and 1584 deletions
|
@ -538,6 +538,6 @@ function install_cli_database(array $options, $interactive) {
|
|||
|
||||
// Apply default preset, if it is defined in $CFG and has a valid value.
|
||||
if (!empty($CFG->setsitepresetduringinstall)) {
|
||||
\tool_admin_presets\helper::change_default_preset($CFG->setsitepresetduringinstall);
|
||||
\core_adminpresets\helper::change_default_preset($CFG->setsitepresetduringinstall);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue