mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 02:19:39 +01:00
Fix share link to single file
If it's mounted to root, we should serve root
This commit is contained in:
parent
d34273650a
commit
475fc869f5
@ -562,7 +562,7 @@ class Sharing
|
|||||||
Vfs::clearstatcache();
|
Vfs::clearstatcache();
|
||||||
|
|
||||||
$webdav_server = new Vfs\WebDAV();
|
$webdav_server = new Vfs\WebDAV();
|
||||||
$webdav_server->ServeRequest(Vfs::concat('/', $this->share['share_token']));
|
$webdav_server->ServeRequest('/');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return $this->get_ui();
|
return $this->get_ui();
|
||||||
|
Loading…
Reference in New Issue
Block a user