]> git.mjollnir.org Git - moodle.git/commitdiff
question MDL-19820 Added set_url call
authorsamhemelryk <samhemelryk>
Thu, 17 Sep 2009 04:17:40 +0000 (04:17 +0000)
committersamhemelryk <samhemelryk>
Thu, 17 Sep 2009 04:17:40 +0000 (04:17 +0000)
question/category.php

index 1d71c3b4bbd5d6b574ec3dda525772c6a20f706d..8459f96c34cf0ea26240c827bcb724acf36edfca 100644 (file)
@@ -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'));