MDL-16409 - Finish the report.

This commit is contained in:
tjhunt
2008-09-10 05:34:09 +00:00
parent cca6e300e7
commit bdff6b85d9
4 changed files with 71 additions and 12 deletions
+1 -1
View File
@@ -2191,7 +2191,7 @@ function question_edit_url($context) {
$baseurl = $CFG->wwwroot . '/question/edit.php?';
$defaultcategory = question_get_default_category($context->id);
if ($defaultcategory) {
$baseurl .= 'cat=' . $defaultcategory->id . '&';
$baseurl .= 'cat=' . $defaultcategory->id . ',' . $context->id . '&';
}
switch ($context->contextlevel) {
case CONTEXT_SYSTEM: