Skip to content
Snippets Groups Projects
Commit 44946e20 authored by Robin Appelman's avatar Robin Appelman
Browse files

make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot

parent 3e77f3f5
No related branches found
No related tags found
No related merge requests found
...@@ -363,6 +363,7 @@ class OC_FILESYSTEM{ ...@@ -363,6 +363,7 @@ class OC_FILESYSTEM{
$file=substr($file,1); $file=substr($file,1);
} }
$file=$mp.$file; $file=$mp.$file;
$file=substr($file,strlen(self::$fakeRoot));
} }
return $return; return $return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment