mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX TarballArchive::extractTo() uses an incorrectly spelled argument
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@111126 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
451fa7664b
commit
380fc69d6d
@ -75,7 +75,7 @@ class TarballArchive extends Archive {
|
||||
return $listing;
|
||||
}
|
||||
|
||||
function extractTo($destination, $entires = null) {
|
||||
function extractTo($destination, $entries = null) {
|
||||
if(!isset($entries)) {
|
||||
$command = "tar -xv{$this->compressionModifiers}f ../$this->filename --directory $destination";
|
||||
$output = `$command`;
|
||||
|
Loading…
Reference in New Issue
Block a user