Skip to content
Snippets Groups Projects
Commit ab33578a authored by Bart Visscher's avatar Bart Visscher
Browse files

Normalize path before calling removeETagPropertyForPath

This should also fix the dirname problem on windows
parent 7811fa4f
Branches
No related tags found
No related merge requests found
......@@ -527,6 +527,7 @@ class OC_Filesystem{
} else {
$path=$params['oldpath'];
}
$path = self::normalizePath($path);
OC_Connector_Sabre_Node::removeETagPropertyForPath($path);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment