mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
Merge branch 'MDL-43794' of https://github.com/merrill-oakland/moodle
This commit is contained in:
commit
00dfc95708
@ -456,8 +456,10 @@ class tgz_extractor {
|
||||
'Failed to close output file: ' . $this->currentfile);
|
||||
}
|
||||
|
||||
// Update modified time.
|
||||
touch($this->currentfile, $this->currentmtime);
|
||||
// At this point we should touch the file to set its modified
|
||||
// time to $this->currentmtime. However, when extracting to the
|
||||
// temp directory, cron will delete files more than a week old,
|
||||
// so to avoid problems we leave all files at their current time.
|
||||
}
|
||||
|
||||
if ($this->currentarchivepath === tgz_packer::ARCHIVE_INDEX_FILE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user