Add more realpath, refs #2096
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…
Reference in New Issue