diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-14 11:48:18 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-14 11:48:18 +0200 |
commit | 3b055b160ea8b78bf077028e15dbf4ce86071ccd (patch) | |
tree | 604465bf7a472b6305dec3e9e4b9aa25dc7a75f2 /apps/dav/lib/Connector | |
parent | 92c24a91fac434f0de188d3f39d8f6cf1012f527 (diff) | |
download | nextcloud-server-3b055b160ea8b78bf077028e15dbf4ce86071ccd.tar.gz nextcloud-server-3b055b160ea8b78bf077028e15dbf4ce86071ccd.zip |
fix typo
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/dav/lib/Connector')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/TagsPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/TagsPlugin.php b/apps/dav/lib/Connector/Sabre/TagsPlugin.php index b1a6d1fb96b..ef6bece58bc 100644 --- a/apps/dav/lib/Connector/Sabre/TagsPlugin.php +++ b/apps/dav/lib/Connector/Sabre/TagsPlugin.php @@ -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; |