Add more realpath, refs #2096

main
Jordi Boggiano 11 years ago
parent e99b327342
commit 32079754a0

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

Loading…
Cancel
Save