MDL-21432 backup - complete standard/course outcomes backup & restore

This commit is contained in:
Eloy Lafuente 2010-07-20 10:36:37 +00:00
parent 6969b70aa5
commit c8730ff028
3 changed files with 73 additions and 1 deletions

View file

@ -63,6 +63,9 @@ class restore_root_task extends restore_task {
// Unconditionally, load create all the needed scales
$this->add_step(new restore_scales_structure_step('create_scales', 'scales.xml'));
// Unconditionally, load create all the needed outcomes
$this->add_step(new restore_outcomes_structure_step('create_scales', 'outcomes.xml'));
// Unconditionally, load create all the needed outcomes.
// TODO: restore outcomes
// $this->add_step(new restore_outcomes_structure_step('create_outcomes', 'outcomes.xml'));