mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-35238 Remove the ZIP file after successful decompression
This commit is contained in:
parent
6b75106a75
commit
b10b1e728d
1 changed files with 1 additions and 0 deletions
|
@ -1076,6 +1076,7 @@ class worker extends singleton_pattern {
|
|||
}
|
||||
|
||||
$zip->close();
|
||||
unlink($ziplocation);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue