mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-16 11:41:19 +01:00
* Api - Fix sharing from mounted shares failed with 404
This commit is contained in:
parent
28eaee5707
commit
f166fbdd46
@ -430,7 +430,7 @@ class Sharing
|
||||
|
||||
if (($exists = ($stat = Vfs::stat($path)) && Vfs::check_access($path, Vfs::READABLE, $stat)))
|
||||
{
|
||||
$vfs_path = Vfs::parse_url($stat['url'], PHP_URL_PATH);
|
||||
$vfs_path = Vfs::parse_url($path, PHP_URL_PATH);
|
||||
}
|
||||
}
|
||||
// check if file exists and is readable
|
||||
|
Loading…
Reference in New Issue
Block a user