From a1613478e2762bc5ea9fc1959b4e2075cb420841 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Thu, 22 Feb 2018 19:07:13 +0800 Subject: [PATCH] #169 Ensure we backup the 'verifyany' setting --- backup/moodle2/backup_customcert_stepslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/moodle2/backup_customcert_stepslib.php b/backup/moodle2/backup_customcert_stepslib.php index 8567e0a..e6bf617 100644 --- a/backup/moodle2/backup_customcert_stepslib.php +++ b/backup/moodle2/backup_customcert_stepslib.php @@ -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.