From d32bf993fa0d0e1dae6c9e1541bfa9a599ec9b52 Mon Sep 17 00:00:00 2001 From: Florin Peter Date: Sat, 27 Apr 2013 20:23:30 +0200 Subject: [PATCH] removed previous added post rename FileProxy hook --- lib/files/view.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/files/view.php b/lib/files/view.php index d0fc5910e6..bd4812f8f8 100644 --- a/lib/files/view.php +++ b/lib/files/view.php @@ -362,7 +362,6 @@ class View { list(, $internalPath2) = Filesystem::resolvePath($absolutePath2 . $postFix2); if ($storage) { $result = $storage->rename($internalPath1, $internalPath2); - \OC_FileProxy::runPostProxies('rename', $absolutePath1, $absolutePath2); } else { $result = false; }