Skip to content

Commit ef9d083

Browse files
committed
fix(ShareByCircleProvider): Include data in getSharesByPath to fix share_with_displayname
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent a47c3ac commit ef9d083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ShareByCircleProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ public function getShareById($shareId, $recipientId = null): IShare {
460460
* @throws RequestBuilderException
461461
*/
462462
public function getSharesByPath(Node $path): array {
463-
$wrappedShares = $this->shareWrapperService->getSharesByFileId($path->getId());
463+
$wrappedShares = $this->shareWrapperService->getSharesByFileId($path->getId(), true);
464464

465465
return array_filter(
466466
array_map(

0 commit comments

Comments
 (0)