diff options
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 1 |
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'); |