Parcourir la source

Fix TagList namespace in property map

tags/v9.0beta1
Vincent Petry il y a 8 ans
Parent
révision
52e213f026
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      apps/dav/lib/connector/sabre/tagsplugin.php

+ 1
- 1
apps/dav/lib/connector/sabre/tagsplugin.php Voir le fichier

@@ -108,7 +108,7 @@ class TagsPlugin extends \Sabre\DAV\ServerPlugin
public function initialize(\Sabre\DAV\Server $server) {

$server->xmlNamespaces[self::NS_OWNCLOUD] = 'oc';
$server->propertyMap[self::TAGS_PROPERTYNAME] = 'OC\\Connector\\Sabre\\TagList';
$server->propertyMap[self::TAGS_PROPERTYNAME] = 'OCA\\DAV\\Connector\\Sabre\\TagList';

$this->server = $server;
$this->server->on('propFind', array($this, 'handleGetProperties'));

Chargement…
Annuler
Enregistrer