Skip to content

Commit 9f56d0a

Browse files
committed
fix trashbin infoparsers interfering with other dav clients
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent e58dbd3 commit 9f56d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/js/files/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
}
6262
this._client = new dav.Client(clientOptions);
6363
this._client.xhrProvider = _.bind(this._xhrProvider, this);
64+
this._fileInfoParsers = [];
6465
};
6566

6667
Client.NS_OWNCLOUD = 'http://owncloud.org/ns';

0 commit comments

Comments
 (0)