Merge branch 'MDL-62404_402' of https://github.com/timhunt/moodle into MOODLE_402_STABLE

This commit is contained in:
Huong Nguyen
2024-02-22 10:50:09 +07:00
+1
View File
@@ -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;