mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot
This commit is contained in:
parent
3e77f3f56b
commit
44946e208d
1 changed files with 1 additions and 0 deletions
|
|
@ -363,6 +363,7 @@ class OC_FILESYSTEM{
|
|||
$file=substr($file,1);
|
||||
}
|
||||
$file=$mp.$file;
|
||||
$file=substr($file,strlen(self::$fakeRoot));
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue