fixing share format

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2019-03-31 09:14:17 -01:00
parent efbadf0cf2
commit 0166990f01
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ class ShareAPIController extends OCSController {
}
try {
$format = $this->formatShare($share, $folder);
$format = $this->formatShare($share);
$known[] = $share->getId();
$formatted[] = $format;