mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
fix typo
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
92c24a91fa
commit
3b055b160e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue