Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix trashbin infoparsers interfering with other dav clients
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Sep 20, 2018
commit 073fddcc28921113de946722a8f11ddcaac7a0d4
1 change: 1 addition & 0 deletions core/js/files/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down