Skip to content

Commit d9df077

Browse files
committed
fixing share format
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 2923887 commit d9df077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/lib/Controller/ShareAPIController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ private function getSharesInDir(Node $folder): DataResponse {
649649
}
650650

651651
try {
652-
$format = $this->formatShare($share, $folder);
652+
$format = $this->formatShare($share);
653653

654654
$known[] = $share->getId();
655655
$formatted[] = $format;

0 commit comments

Comments
 (0)