diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/js/files/client.js | 1 |
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'; |