mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
This bug stopped this page from even working ....
This commit is contained in:
parent
b3adf3de4e
commit
0181cf725d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user