Skip to content

Commit

Permalink
Merge pull request #2450 from nextcloud/stable9-1745
Browse files Browse the repository at this point in the history
[stable9] fix typo
  • Loading branch information
rullzer authored Dec 2, 2016
2 parents 5fc4d45 + 08f572d commit 313b9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/connector/sabre/tagsplugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function __construct(\Sabre\DAV\Tree $tree, \OCP\ITagManager $tagManager)
*/
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;
Expand Down

0 comments on commit 313b9a0

Please sign in to comment.