MDL-26405 restore - incorrectly thrown exception
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 15 Feb 2011 22:28:00 +0000 (23:28 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 15 Feb 2011 22:28:00 +0000 (23:28 +0100)
backup/moodle2/restore_qtype_plugin.class.php

index f3a3b70..fb97beb 100644 (file)
@@ -139,7 +139,7 @@ abstract class restore_qtype_plugin extends restore_plugin {
                 $info->filequestionid = $oldquestionid;
                 $info->dbquestionid   = $newquestionid;
                 $info->answer         = $data->answertext;
-                throw restore_step_exception('error_question_answers_missing_in_db', $info);
+                throw new restore_step_exception('error_question_answers_missing_in_db', $info);
             }
         }
         // Create mapping (we'll use this intensively when restoring question_states. And also answerfeedback files)