1
0
Fork 0
pull/792/head
Giulio De Donato 2012-06-12 17:56:47 +02:00
parent 1d4bc8a92a
commit 5c08b5b215
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ EOF;
foreach ($packageMap as $item) {
list($package, $installPath) = $item;
if (null !== $package->getTargetDir()) {
if (null !== $package->getTargetDir() && strlen($package->getTargetDir()) > 0) {
$installPath = substr($installPath, 0, -strlen('/'.$package->getTargetDir()));
}