diff options
author | Maxence Lange <maxence@nextcloud.com> | 2017-03-13 17:24:12 -0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-14 19:27:07 +0100 |
commit | 1b9ed81cb67a419c34b67629038c3a53055b747e (patch) | |
tree | 94cd97b5a8b1e6b4bd64d23774a09970f02897cc /apps/dav | |
parent | 25553172f4cf37632c039904c449ee69ce43fe6a (diff) | |
download | nextcloud-server-1b9ed81cb67a419c34b67629038c3a53055b747e.tar.gz nextcloud-server-1b9ed81cb67a419c34b67629038c3a53055b747e.zip |
switch reshares to true
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/SharesPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = []; |