Skip to content

Commit

Permalink
MDL-35238 Remove the ZIP file after successful decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Nov 8, 2012
1 parent 6b75106 commit b10b1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdeploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ protected function unzip_plugin($ziplocation, $plugintyperoot, $expectedlocation
}

$zip->close();
unlink($ziplocation);
}

/**
Expand Down

0 comments on commit b10b1e7

Please sign in to comment.