From 1b9ed81cb67a419c34b67629038c3a53055b747e Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 13 Mar 2017 17:24:12 -0100 Subject: switch reshares to true Signed-off-by: Maxence Lange --- apps/dav/lib/Connector/Sabre/SharesPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dav/lib') diff --git a/apps/dav/lib/Connector/Sabre/SharesPlugin.php b/apps/dav/lib/Connector/Sabre/SharesPlugin.php index 4df8c9f85a5..2b640d74fd4 100644 --- a/apps/dav/lib/Connector/Sabre/SharesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/SharesPlugin.php @@ -143,7 +143,7 @@ class SharesPlugin extends \Sabre\DAV\ServerPlugin { $shares = $this->shareManager->getSharesInFolder( $this->userId, $node, - false + true ); $shareTypesByFileId = []; -- cgit v1.2.3