mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix trashbin infoparsers interfering with other dav clients
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
d4087811e5
commit
073fddcc28
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
}
|
||||
this._client = new dav.Client(clientOptions);
|
||||
this._client.xhrProvider = _.bind(this._xhrProvider, this);
|
||||
this._fileInfoParsers = [];
|
||||
};
|
||||
|
||||
Client.NS_OWNCLOUD = 'http://owncloud.org/ns';
|
||||
|
|
|
|||
Loading…
Reference in a new issue