diff --git a/lib/ShareByCircleProvider.php b/lib/ShareByCircleProvider.php index 74ce0cd0a..05c335335 100644 --- a/lib/ShareByCircleProvider.php +++ b/lib/ShareByCircleProvider.php @@ -492,7 +492,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(