fixing share format
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
efbadf0cf2
commit
0166990f01
|
@ -649,7 +649,7 @@ class ShareAPIController extends OCSController {
|
|||
}
|
||||
|
||||
try {
|
||||
$format = $this->formatShare($share, $folder);
|
||||
$format = $this->formatShare($share);
|
||||
|
||||
$known[] = $share->getId();
|
||||
$formatted[] = $format;
|
||||
|
|
Loading…
Reference in New Issue