mirror of
https://github.com/nextcloud/server.git
synced 2026-03-14 14:43:06 -04:00
remove hard-coded shared folder
This commit is contained in:
parent
7ef8f6d352
commit
b312d38d38
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ class Share extends \OC\Share\Constants {
|
|||
} else {
|
||||
while ($row = $result->fetchRow()) {
|
||||
foreach ($fileTargets[$row['fileid']] as $uid => $shareData) {
|
||||
$sharedPath = '/Shared' . $shareData['file_target'];
|
||||
$sharedPath = $shareData['file_target'];
|
||||
$sharedPath .= substr($path, strlen($row['path']) -5);
|
||||
$sharePaths[$uid] = $sharedPath;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue