Get Collabora+Sharing into latest stable version

This commit is contained in:
Hadi Nategh 2018-03-19 16:05:43 +01:00
parent 24e6c87146
commit be4696b857

View File

@ -430,7 +430,7 @@ class Sharing
if (($exists = ($stat = Vfs::stat($path)) && Vfs::check_access($path, Vfs::READABLE, $stat))) if (($exists = ($stat = Vfs::stat($path)) && Vfs::check_access($path, Vfs::READABLE, $stat)))
{ {
$vfs_path = Vfs::parse_url($path, PHP_URL_PATH); $vfs_path = Vfs::parse_url($stat['url'], PHP_URL_PATH);
} }
} }
// check if file exists and is readable // check if file exists and is readable