Skip to content

Commit ec00528

Browse files
committed
add keeplocalcopy to the backup structure
1 parent 95e9862 commit ec00528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup/moodle2/backup_customcert_stepslib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function define_structure() {
4141
// The instance.
4242
$customcert = new backup_nested_element('customcert', array('id'), array(
4343
'templateid', 'name', 'intro', 'introformat', 'requiredtime', 'verifyany', 'emailstudents',
44-
'emailteachers', 'emailothers', 'protection', 'timecreated', 'timemodified'));
44+
'emailteachers', 'emailothers', 'protection', 'timecreated', 'timemodified', 'keeplocalcopy'));
4545

4646
// The template.
4747
$template = new backup_nested_element('template', array('id'), array(

0 commit comments

Comments
 (0)