We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e9862 commit ec00528Copy full SHA for ec00528
backup/moodle2/backup_customcert_stepslib.php
@@ -41,7 +41,7 @@ protected function define_structure() {
41
// The instance.
42
$customcert = new backup_nested_element('customcert', array('id'), array(
43
'templateid', 'name', 'intro', 'introformat', 'requiredtime', 'verifyany', 'emailstudents',
44
- 'emailteachers', 'emailothers', 'protection', 'timecreated', 'timemodified'));
+ 'emailteachers', 'emailothers', 'protection', 'timecreated', 'timemodified', 'keeplocalcopy'));
45
46
// The template.
47
$template = new backup_nested_element('template', array('id'), array(
0 commit comments