diff --git a/lib/Controller/DocumentController.php b/lib/Controller/DocumentController.php index 70580962..c2eb7621 100644 --- a/lib/Controller/DocumentController.php +++ b/lib/Controller/DocumentController.php @@ -107,7 +107,7 @@ class DocumentController extends Controller { 'fileId' => $item->getId() . '_' . $this->settings->getSystemValue('instanceid'), 'token' => $token, 'urlsrc' => $urlSrc, - 'path' => '/', + 'path' => $folder->getRelativePath($item->getPath()), 'instanceId' => $this->settings->getSystemValue('instanceid'), ];