summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-15 20:12:01 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-15 20:12:01 +0200
commit56a37d315b6bd314f90b113a88241a706373f5d8 (patch)
treedec29d78544dfcab920a3f909545d7cc2d453281 /apps
parentbb71fd6d02fd829542277129e022ef4dae840e1d (diff)
parent0cebb16e7c56da94c88cf4f06aeebc3e6400ca03 (diff)
downloadnextcloud-server-56a37d315b6bd314f90b113a88241a706373f5d8.tar.gz
nextcloud-server-56a37d315b6bd314f90b113a88241a706373f5d8.zip
Merge pull request #24017 from owncloud/share-permissions-namespace
Move share-permissions property namespace
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';