Skip to content

Commit

Permalink
fix corrupted ZIP files
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Aug 6, 2024
1 parent aa7f0e6 commit d02e306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ protected function process_and_download(): void {
$this->notification(get_string('nothingtodownload', 'quiz_essaydownload'));
} else {
$zipwriter->finish();
exit();
}
}

Expand Down

0 comments on commit d02e306

Please sign in to comment.