diff --git a/lib/ShareByCircleProvider.php b/lib/ShareByCircleProvider.php index c396eaa47..7c6774235 100644 --- a/lib/ShareByCircleProvider.php +++ b/lib/ShareByCircleProvider.php @@ -460,7 +460,7 @@ public function getShareById($shareId, $recipientId = null): IShare { * @throws RequestBuilderException */ public function getSharesByPath(Node $path): array { - $wrappedShares = $this->shareWrapperService->getSharesByFileId($path->getId()); + $wrappedShares = $this->shareWrapperService->getSharesByFileId($path->getId(), true); return array_filter( array_map(