MDL-35238 Remove the ZIP file after successful decompression

This commit is contained in:
David Mudrák 2012-11-07 16:30:57 +01:00
parent 6b75106a75
commit b10b1e728d

View file

@ -1076,6 +1076,7 @@ class worker extends singleton_pattern {
}
$zip->close();
unlink($ziplocation);
}
/**