#169 Ensure we backup the 'verifyany' setting
This commit is contained in:
parent
8e11a0fe3a
commit
f55f3cf399
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class backup_customcert_activity_structure_step extends backup_activity_structur
|
|||
|
||||
// The instance.
|
||||
$customcert = new backup_nested_element('customcert', array('id'), array(
|
||||
'templateid', 'name', 'intro', 'introformat', 'requiredtime', 'emailstudents',
|
||||
'templateid', 'name', 'intro', 'introformat', 'requiredtime', 'verifyany', 'emailstudents',
|
||||
'emailteachers', 'emailothers', 'protection', 'timecreated', 'timemodified'));
|
||||
|
||||
// The template.
|
||||
|
|
Loading…
Reference in a new issue