MDL-16094 preventing execution of question code that is trying to access dataroot files - we must use new api instead
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
require_once($CFG->dirroot."/question/editlib.php");
|
||||
require_once($CFG->dirroot."/question/contextmove_form.php");
|
||||
|
||||
//TODO: MDL-16094
|
||||
throw new coding_exception('contextmove.php was not converted to new file api yet, sorry - see MDL-16094');
|
||||
|
||||
list($thispageurl, $contexts, $cmid, $cm, $module, $pagevars) =
|
||||
question_edit_setup('categories', '/question/contextmove.php');
|
||||
|
||||
@@ -192,7 +195,7 @@
|
||||
|
||||
$PAGE->set_url($thispageurl->out());
|
||||
$PAGE->navbar->add($streditingcategories, $thispageurl->out());
|
||||
$PAGE->navbar->add(get_string('movingcategory', 'question'));
|
||||
$PAGE->navbar->add(get_string('movingcategory', 'question'));
|
||||
$PAGE->set_header($COURSE->fullname);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user