summaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-07-26 17:56:32 +0200
committerBart Visscher <bartv@thisnet.nl>2012-07-26 17:56:32 +0200
commitd26f87e738314db7820f39f74f42865ff20f7bd7 (patch)
tree6bcf58c0b4f374f504eddbe197d83e7aa176c5db /lib/filesystem.php
parent3725cd079b96dff489d60aadfbd585045af033f8 (diff)
downloadnextcloud-server-d26f87e738314db7820f39f74f42865ff20f7bd7.tar.gz
nextcloud-server-d26f87e738314db7820f39f74f42865ff20f7bd7.zip
Smarter remove of etag properties for path
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r--lib/filesystem.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php
index 530d50139b4..47626c05ae2 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -480,7 +480,6 @@ class OC_Filesystem{
$path=$params['oldpath'];
}
OC_Connector_Sabre_Node::removeETagPropertyForPath($path);
- OC_Connector_Sabre_Node::removeETagPropertyForPath(dirname($path));
}
}
OC_Hook::connect('OC_Filesystem','post_write', 'OC_Filesystem','removeETagHook');