summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-09-11 20:41:49 +0200
committerRobin Appelman <robin@icewind.nl>2018-09-20 17:03:56 +0200
commit073fddcc28921113de946722a8f11ddcaac7a0d4 (patch)
tree6c04ffb165cd06a89e15198ab155061122c71e7f /core
parentd4087811e595989f5e30adfbaaa150a526ea98fc (diff)
downloadnextcloud-server-073fddcc28921113de946722a8f11ddcaac7a0d4.tar.gz
nextcloud-server-073fddcc28921113de946722a8f11ddcaac7a0d4.zip
fix trashbin infoparsers interfering with other dav clients
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core')
-rw-r--r--core/js/files/client.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/files/client.js b/core/js/files/client.js
index 714fcaa647a..aa450df1773 100644
--- a/core/js/files/client.js
+++ b/core/js/files/client.js
@@ -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';