mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-60121-multi-enrol-backup' of https://github.com/mpetrowi/moodle
This commit is contained in:
commit
50f6574b67
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ class backup_enrolments_structure_step extends backup_structure_step {
|
|||
$enrol->annotate_ids('role', 'roleid');
|
||||
|
||||
// Add enrol plugin structure.
|
||||
$this->add_plugin_structure('enrol', $enrol, false);
|
||||
$this->add_plugin_structure('enrol', $enrol, true);
|
||||
|
||||
return $enrolments;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue