Merge pull request #1745 from nextcloud/fix-dav-typo

fix typo
This commit is contained in:
Morris Jobke 2016-10-14 12:40:43 +02:00 committed by GitHub
commit a38f3d9a9c
1 changed files with 1 additions and 1 deletions

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;