Skip to content
Snippets Groups Projects
Commit a8daef42 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20223 from owncloud/fix-apply-webdav-tags

Fix TagList namespace in property map
parents b0c456c0 52e213f0
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class TagsPlugin extends \Sabre\DAV\ServerPlugin
public function initialize(\Sabre\DAV\Server $server) {
$server->xmlNamespaces[self::NS_OWNCLOUD] = 'oc';
$server->propertyMap[self::TAGS_PROPERTYNAME] = 'OC\\Connector\\Sabre\\TagList';
$server->propertyMap[self::TAGS_PROPERTYNAME] = 'OCA\\DAV\\Connector\\Sabre\\TagList';
$this->server = $server;
$this->server->on('propFind', array($this, 'handleGetProperties'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment