MDL-16409 - Finish the report.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user