Merge pull request #558 from ProgerXP/patch-locks-dev

Fixing "Cannot remove ...: Permission denied" in File and bundle:: task
This commit is contained in:
Taylor Otwell
2012-04-19 06:23:42 -07:00
2 changed files with 6 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ abstract class Provider {
File::rmdir($work.'zip');
$zip->close();
@unlink($target);
}