Merge pull request #2449 from nextcloud/stable10-1745

[stable10] fix typo
This commit is contained in:
Roeland Jago Douma 2016-12-02 08:14:47 +01:00 committed by GitHub
commit 7be6326852
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;