Skip to content
Snippets Groups Projects
Commit 27771a76 authored by Tim Hunt's avatar Tim Hunt
Browse files

Fix regression in restore. #159

Sorry, I missed a require_once. Luckily the Behat tests caught it.
parent a9c34402
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
defined('MOODLE_INTERNAL') || die();
require_once($CFG->dirroot . '/question/type/stack/stack/graphlayout/graph.php');
require_once($CFG->dirroot . '/question/type/stack/stack/utils.class.php');
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment