Skip to content

Commit

Permalink
Merge branch 'MDL-62404_403' of https://github.com/timhunt/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_403_STABLE
  • Loading branch information
HuongNV13 committed Feb 22, 2024
2 parents 897436f + 7f489ef commit 4414c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/edit_rest.php
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 4414c45

Please sign in to comment.