aboutsummaryrefslogtreecommitdiff
path: root/backup/moodle2/backup_qtype_algebra_plugin.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'backup/moodle2/backup_qtype_algebra_plugin.class.php')
-rw-r--r--backup/moodle2/backup_qtype_algebra_plugin.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup/moodle2/backup_qtype_algebra_plugin.class.php b/backup/moodle2/backup_qtype_algebra_plugin.class.php
index e55e1e0..4f7708f 100644
--- a/backup/moodle2/backup_qtype_algebra_plugin.class.php
+++ b/backup/moodle2/backup_qtype_algebra_plugin.class.php
@@ -62,7 +62,7 @@ class backup_qtype_algebra_plugin extends backup_qtype_plugin {
$pluginwrapper->add_child($algebra);
// Set source to populate the data.
- $algebra->set_source_table('qtype_algebra', array('questionid' => backup::VAR_PARENTID));
+ $algebra->set_source_table('qtype_algebra_options', array('questionid' => backup::VAR_PARENTID));
$algebravariable->set_source_table('qtype_algebra_variables', array('question' => backup::VAR_PARENTID));
// Don't need to annotate ids nor files.