Skip to content

Commit

Permalink
MDL-21432 backup - supress already included include
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 24, 2010
1 parent ed5f6c0 commit 1d6b83e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backup/restore.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

require_once('../config.php');
require_once($CFG->dirroot . '/backup/util/includes/restore_includes.php');
require_once($CFG->dirroot . '/backup/moodle2/restore_plan_builder.class.php');

$contextid = required_param('contextid', PARAM_INT);
$stage = optional_param('stage', restore_ui::STAGE_CONFIRM, PARAM_INT);
Expand Down Expand Up @@ -56,4 +55,4 @@
}
echo $renderer->progress_bar($restore->get_progress_bar());
echo $restore->display($renderer);
echo $OUTPUT->footer();
echo $OUTPUT->footer();

0 comments on commit 1d6b83e

Please sign in to comment.