1
0
Fork 0

Fix ref to findShortestPath

pull/4541/merge
Jordi Boggiano 2015-10-28 00:04:33 +00:00
parent 05c464aaf6
commit 8e99cec3e7
1 changed files with 1 additions and 1 deletions

View File

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