Merge branch 'MDL-62404_402' of https://github.com/timhunt/moodle into MOODLE_402_STABLE
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user