mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-71121 backup: apply config defaults for async backups.
This commit is contained in:
parent
dc437b5171
commit
4e29417b7a
1 changed files with 1 additions and 0 deletions
|
@ -548,6 +548,7 @@ abstract class backup_controller_dbops extends backup_dbops {
|
||||||
|
|
||||||
switch ($mode) {
|
switch ($mode) {
|
||||||
case backup::MODE_GENERAL:
|
case backup::MODE_GENERAL:
|
||||||
|
case backup::MODE_ASYNC:
|
||||||
// Load the general defaults
|
// Load the general defaults
|
||||||
$settings = array(
|
$settings = array(
|
||||||
'backup_general_users' => 'users',
|
'backup_general_users' => 'users',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue