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

This commit is contained in:
Robin Appelman 2010-09-28 23:07:13 +02:00
parent 3e77f3f56b
commit 44946e208d

View file

@ -363,6 +363,7 @@ class OC_FILESYSTEM{
$file=substr($file,1);
}
$file=$mp.$file;
$file=substr($file,strlen(self::$fakeRoot));
}
return $return;
}