mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
Remove duplicate call to decodeURIComponent
Signed-off-by: Bernd Stellwag <burned@zerties.org>
This commit is contained in:
parent
2a690db553
commit
0f030d885b
1 changed files with 0 additions and 2 deletions
|
|
@ -281,8 +281,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