Fixing "Cannot remove ...: Permission denied" in File and bundle:: task

Signed-off-by: Pavel <proger.xp@gmail.com>
This commit is contained in:
Pavel
2012-04-19 10:36:28 +04:00
parent 1192abe39c
commit 5db3743702
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);
}