switch reshares to true

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
Maxence Lange 2017-03-13 17:24:12 -01:00 committed by Roeland Jago Douma
parent 25553172f4
commit 1b9ed81cb6
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class SharesPlugin extends \Sabre\DAV\ServerPlugin {
$shares = $this->shareManager->getSharesInFolder(
$this->userId,
$node,
false
true
);
$shareTypesByFileId = [];