diff --git a/question/category.php b/question/category.php index df3c5bb8911..366e37cbae6 100644 --- a/question/category.php +++ b/question/category.php @@ -60,6 +60,7 @@ list($tocategoryid, $tocontextid) = explode(',', $formdata->category); $qcobject->move_questions_and_delete_category($formdata->delete, $tocategoryid); $thispageurl->remove_params('cat'); + $thispageurl->remove_params('category'); // TODO check in fix for bug 5353 redirect($thispageurl->out()); } } else {