1
0
Fork 0

[TarDownloader] Force overwrite if previous extract failed and was not removed.

pull/559/head
Joseph Bielawski 2012-04-10 13:44:21 +03:00
parent 9da7fbbf37
commit 2e2f7ea199
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ class TarDownloader extends ArchiveDownloader
{
// Can throw an UnexpectedValueException
$archive = new \PharData($file);
$archive->extractTo($path);
$archive->extractTo($path, null, true);
}
}