Skip to content

Commit 313b9a0

Browse files
authored
Merge pull request #2450 from nextcloud/stable9-1745
[stable9] fix typo
2 parents 5fc4d45 + 08f572d commit 313b9a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dav/lib/connector/sabre/tagsplugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function __construct(\Sabre\DAV\Tree $tree, \OCP\ITagManager $tagManager)
109109
*/
110110
public function initialize(\Sabre\DAV\Server $server) {
111111

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

115115
$this->server = $server;

0 commit comments

Comments
 (0)