mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Normalize path before calling removeETagPropertyForPath
This should also fix the dirname problem on windows
This commit is contained in:
parent
7811fa4faf
commit
ab33578add
1 changed files with 1 additions and 0 deletions
|
|
@ -527,6 +527,7 @@ class OC_Filesystem{
|
|||
} else {
|
||||
$path=$params['oldpath'];
|
||||
}
|
||||
$path = self::normalizePath($path);
|
||||
OC_Connector_Sabre_Node::removeETagPropertyForPath($path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue