Browse Source

fix typo

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tags/v11.0RC2
Thomas Citharel 7 years ago
parent
commit
3b055b160e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/lib/Connector/Sabre/TagsPlugin.php

+ 1
- 1
apps/dav/lib/Connector/Sabre/TagsPlugin.php View File

@@ -109,7 +109,7 @@ class TagsPlugin extends \Sabre\DAV\ServerPlugin
*/
public function initialize(\Sabre\DAV\Server $server) {

$server->xml->namespacesMap[self::NS_OWNCLOUD] = 'oc';
$server->xml->namespaceMap[self::NS_OWNCLOUD] = 'oc';
$server->xml->elementMap[self::TAGS_PROPERTYNAME] = 'OCA\\DAV\\Connector\\Sabre\\TagList';

$this->server = $server;

Loading…
Cancel
Save