summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-04-15 10:06:00 +0200
committerRoeland Jago Douma <rullzer@owncloud.com>2016-04-15 10:22:18 +0200
commit0cebb16e7c56da94c88cf4f06aeebc3e6400ca03 (patch)
treeaf774635f9e2b9f48cb020d25991b0dd7fee99e8 /apps
parent3ffe1f2e1a88a43687d82e3eedae2c3bb1939aa7 (diff)
downloadnextcloud-server-0cebb16e7c56da94c88cf4f06aeebc3e6400ca03.tar.gz
nextcloud-server-0cebb16e7c56da94c88cf4f06aeebc3e6400ca03.zip
Move share-permissions property namespace
Fixes https://github.com/owncloud/core/issues/23741
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/connector/sabre/filesplugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/connector/sabre/filesplugin.php b/apps/dav/lib/connector/sabre/filesplugin.php
index 444e80d4ae0..686d0863f91 100644
--- a/apps/dav/lib/connector/sabre/filesplugin.php
+++ b/apps/dav/lib/connector/sabre/filesplugin.php
@@ -47,7 +47,7 @@ class FilesPlugin extends ServerPlugin {
const FILEID_PROPERTYNAME = '{http://owncloud.org/ns}id';
const INTERNAL_FILEID_PROPERTYNAME = '{http://owncloud.org/ns}fileid';
const PERMISSIONS_PROPERTYNAME = '{http://owncloud.org/ns}permissions';
- const SHARE_PERMISSIONS_PROPERTYNAME = '{http://owncloud.org/ns}share-permissions';
+ const SHARE_PERMISSIONS_PROPERTYNAME = '{http://open-collaboration-services.org/ns}share-permissions';
const DOWNLOADURL_PROPERTYNAME = '{http://owncloud.org/ns}downloadURL';
const SIZE_PROPERTYNAME = '{http://owncloud.org/ns}size';
const GETETAG_PROPERTYNAME = '{DAV:}getetag';