mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Remove duplicate call to decodeURIComponent
Signed-off-by: Bernd Stellwag <burned@zerties.org>
(cherry picked from commit 0f030d885b)
Signed-off-by: Bernd Stellwag <burned@zerties.org>
This commit is contained in:
parent
feb8a795ea
commit
86b2e7d2e7
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue