summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/filesystem.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php
index 92eb4fa4778..ce4d3a0cf48 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -527,6 +527,7 @@ class OC_Filesystem{
} else {
$path=$params['oldpath'];
}
+ $path = self::normalizePath($path);
OC_Connector_Sabre_Node::removeETagPropertyForPath($path);
}