Skip to content

Commit 8305d26

Browse files
committed
Added missing fields to backups (#705)
1 parent 06af2ac commit 8305d26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backup/moodle2/backup_customcert_stepslib.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ protected function define_structure() {
4040

4141
// The instance.
4242
$customcert = new backup_nested_element('customcert', ['id'], [
43-
'templateid', 'name', 'intro', 'introformat', 'requiredtime', 'verifyany', 'emailstudents',
44-
'emailteachers', 'emailothers', 'protection', 'timecreated', 'timemodified']);
43+
'templateid', 'name', 'intro', 'introformat', 'requiredtime', 'verifyany',
44+
'deliveryoption', 'emailstudents', 'emailteachers', 'emailothers',
45+
'protection', 'language', 'timecreated', 'timemodified']);
4546

4647
// The template.
4748
$template = new backup_nested_element('template', ['id'], [

0 commit comments

Comments
 (0)