Skip to content

Commit

Permalink
Merge pull request #11781 from burned42/stable14_fix_percent_sign_bre…
Browse files Browse the repository at this point in the history
…aking_all_files_view

[stable14] Remove duplicate call to decodeURIComponent
  • Loading branch information
rullzer authored Oct 12, 2018
2 parents 549d53c + 86b2e7d commit 59d5d48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/js/files/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 59d5d48

Please sign in to comment.