Add more realpath, refs #2096

main
Jordi Boggiano 11 years ago
parent e99b327342
commit 32079754a0

@ -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;

Loading…
Cancel
Save