mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
Merge branch 'MDL-62404' of https://github.com/timhunt/moodle
This commit is contained in:
commit
939d1c5050
@ -149,6 +149,7 @@ switch($requestmethod) {
|
||||
$json[$slot->slot] = ['id' => $slot->id, 'slot' => $slot->slot,
|
||||
'page' => $slot->page];
|
||||
}
|
||||
quiz_delete_previews($quiz);
|
||||
$result = ['slots' => $json];
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user