1
0
Fork 0

Add more realpath, refs #2096

pull/2157/merge
Jordi Boggiano 2013-08-10 14:25:02 +02:00
parent e99b327342
commit 32079754a0
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class Locker
return null; return null;
} }
$path = $this->installationManager->getInstallPath($package); $path = realpath($this->installationManager->getInstallPath($package));
$sourceType = $package->getSourceType(); $sourceType = $package->getSourceType();
$datetime = null; $datetime = null;