From d312bb70b408b9d0d9e29570b153da3ee3dc0dab Mon Sep 17 00:00:00 2001 From: Tony Butler Date: Thu, 26 Feb 2015 12:07:15 +0000 Subject: [PATCH] MDL-49328 mod_choice: Include 'showpreview' field in module backup --- mod/choice/backup/moodle2/backup_choice_stepslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/backup/moodle2/backup_choice_stepslib.php b/mod/choice/backup/moodle2/backup_choice_stepslib.php index 8e42914f33c..061b7381f73 100644 --- a/mod/choice/backup/moodle2/backup_choice_stepslib.php +++ b/mod/choice/backup/moodle2/backup_choice_stepslib.php @@ -41,7 +41,7 @@ class backup_choice_activity_structure_step extends backup_activity_structure_st 'name', 'intro', 'introformat', 'publish', 'showresults', 'display', 'allowupdate', 'showunanswered', 'limitanswers', 'timeopen', 'timeclose', 'timemodified', - 'completionsubmit')); + 'completionsubmit', 'showpreview')); $options = new backup_nested_element('options');