forked from extern/egroupware
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();
|
||||
|
||||
$webdav_server = new Vfs\WebDAV();
|
||||
$webdav_server->ServeRequest(Vfs::concat('/', $this->share['share_token']));
|
||||
$webdav_server->ServeRequest('/');
|
||||
return;
|
||||
}
|
||||
return $this->get_ui();
|
||||
|
Loading…
Reference in New Issue
Block a user