Skip to content

Commit

Permalink
MDL-62404 mod_quiz: Delete previews after repaginate
Browse files Browse the repository at this point in the history
  • Loading branch information
lihidor authored and timhunt committed Feb 15, 2024
1 parent 6acc064 commit 9cf5d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/edit_rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
$json[$slot->slot] = ['id' => $slot->id, 'slot' => $slot->slot,
'page' => $slot->page];
}
quiz_delete_previews($quiz);
$result = ['slots' => $json];
break;

Expand Down

0 comments on commit 9cf5d56

Please sign in to comment.