Skip to content

Commit

Permalink
Merged fix for bug MDL-5866.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshane committed Sep 6, 2006
1 parent 6b9a1fe commit 180f410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions question/question.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

$qtype = optional_param('qtype', '', PARAM_FILE);
$category = optional_param('category', 0, PARAM_INT);


$CFG->pagepath = 'question/type/'.$qtype;


// rqp questions set the type to rqp_nn where nn is the rqp_type id
if (substr($qtype, 0, 4) == 'rqp_') {
Expand Down

0 comments on commit 180f410

Please sign in to comment.