mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +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->moveto = optional_param('moveto', 0, PARAM_INT);
|
||||||
$param->edit = optional_param('edit', 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,
|
$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'));
|
$contexts->having_cap('moodle/question:add'));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user