Skip to content

Commit

Permalink
Fix 'Import quiz error + Number of topics reduced to 1' - #203.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Mar 28, 2024
1 parent 81c330a commit b162d32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 401.2.3 - TBR
----------------------------
1. Fix 'Orphaned Section still appear in Index Drawer'.
2. Fix 'Restrict access can cause no content in other sections to be shown.' - #202.
3. Fix 'Import quiz error + Number of topics reduced to 1' - #203.

Version 401.2.2 - 22/01/2024
----------------------------
Expand Down
1 change: 0 additions & 1 deletion backup/moodle2/restore_format_grid_plugin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ public function process_gridsection($data) {
$target = $task->get_target();
if (
($target == backup::TARGET_NEW_COURSE) ||
($target == backup::TARGET_CURRENT_ADDING) ||
($target == backup::TARGET_CURRENT_DELETING) ||
($target == backup::TARGET_EXISTING_DELETING)
) {
Expand Down

0 comments on commit b162d32

Please sign in to comment.