diff --git a/core/js/files/client.js b/core/js/files/client.js index 9d3f5c4a3d610..aee30cd9cd3a3 100644 --- a/core/js/files/client.js +++ b/core/js/files/client.js @@ -280,8 +280,6 @@ path = path.substr(0, path.length - 1); } - path = decodeURIComponent(path); - if (response.propStat.length === 0 || response.propStat[0].status !== 'HTTP/1.1 200 OK') { return null; }