This bug stopped this page from even working ....

This commit is contained in:
moodler 2005-01-06 02:38:50 +00:00
parent b3adf3de4e
commit 0181cf725d

View File

@ -194,7 +194,7 @@
}
if (empty($modform->category)) {
$modform->category = quiz_get_default_category($modform->course)->id;
$modform->category = quiz_get_default_category($course->id);
}
if (!isset($modform->recurse)) {
$modform->recurse = 1;