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