Fix ref to findShortestPath
parent
05c464aaf6
commit
8e99cec3e7
|
@ -516,7 +516,7 @@ class Filesystem
|
||||||
{
|
{
|
||||||
$cwd = getcwd();
|
$cwd = getcwd();
|
||||||
|
|
||||||
$relativePath = $this->filesystem->findShortestPath($link, $target);
|
$relativePath = $this->findShortestPath($link, $target);
|
||||||
chdir(dirname($link));
|
chdir(dirname($link));
|
||||||
$result = @symlink($relativePath, $link);
|
$result = @symlink($relativePath, $link);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue