mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
question MDL-19820 Added set_url call
This commit is contained in:
parent
a5cb6242ae
commit
e2c803396d
@ -34,6 +34,8 @@
|
||||
$param->moveto = optional_param('moveto', 0, PARAM_INT);
|
||||
$param->edit = optional_param('edit', 0, PARAM_INT);
|
||||
|
||||
$PAGE->set_url(new moodle_url($FULLME));
|
||||
|
||||
$qcobject = new question_category_object($pagevars['cpage'], $thispageurl, $contexts->having_one_edit_tab_cap('categories'), $param->edit, $pagevars['cat'], $param->delete,
|
||||
$contexts->having_cap('moodle/question:add'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user