Browse Source

Fix the fix (Greg)

PEAR_1_4DEV
Tomas V.V.Cox 23 years ago
parent
commit
139cc3e2af
  1. 2
      pear/PEAR/Installer.php

2
pear/PEAR/Installer.php

@ -552,7 +552,7 @@ class PEAR_Installer extends PEAR_Common
$this->log(2, '+ tmp dir created at ' . $tmpdir);
$tar = new Archive_Tar($pkgfile);
if (!@$tar->extract(array($tmpdir))) {
if (!@$tar->extract($tmpdir)) {
return $this->raiseError("unable to unpack $pkgfile");
}

Loading…
Cancel
Save