1
0
Fork 0

Merge pull request #2637 from MeKeyCool/master

bug fix with install / remove source codes
pull/2603/merge
Nils Adermann 2014-02-05 18:30:49 +01:00
commit 50cf2ffba7
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class LibraryInstaller implements InstallerInterface
protected function removeCode(PackageInterface $package)
{
$downloadPath = $this->getPackageBasePath($package);
$downloadPath = $this->getInstallPath($package);
$this->downloadManager->remove($package, $downloadPath);
}