removed previous added post rename FileProxy hook

This commit is contained in:
Florin Peter 2013-04-27 20:23:30 +02:00
parent 770aebfb9e
commit d32bf993fa
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}