We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1260cb2 commit a8d3333Copy full SHA for a8d3333
1 file changed
mod/assign/feedback/file/importziplib.php
@@ -322,6 +322,7 @@ public function import_zip_files($assignment, $fileplugin) {
322
$basename)) {
323
// Update existing feedback file.
324
$oldfile->replace_file_with($unzippedfile);
325
+ $DB->set_field('files', 'timemodified', time(), ['id' => $oldfile->get_id()]);
326
$feedbackfilesupdated++;
327
} else {
328
// Create a new feedback file.
0 commit comments