From: vyshane Date: Wed, 6 Sep 2006 08:54:56 +0000 (+0000) Subject: Merged fix for bug MDL-5866. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=180f410694e2890bb0d2054a5593d371db7b7eb8;p=moodle.git Merged fix for bug MDL-5866. --- diff --git a/question/question.php b/question/question.php index 973f6bdb93..70072e06d8 100644 --- a/question/question.php +++ b/question/question.php @@ -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_') {