From: samhemelryk Date: Thu, 17 Sep 2009 04:17:40 +0000 (+0000) Subject: question MDL-19820 Added set_url call X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e2c803396dea923d44436e641752b40183407024;p=moodle.git question MDL-19820 Added set_url call --- diff --git a/question/category.php b/question/category.php index 1d71c3b4bb..8459f96c34 100644 --- a/question/category.php +++ b/question/category.php @@ -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'));