Skip to content

Commit

Permalink
MDL-14407 - supplimental - Deal with another way the category id can …
Browse files Browse the repository at this point in the history
…be in the URL after it is deleted.
  • Loading branch information
tjhunt committed Apr 22, 2008
1 parent b4c8d1e commit a56d985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions question/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a56d985

Please sign in to comment.