added post rename proxy

This commit is contained in:
Florin Peter 2013-04-25 22:43:15 +02:00
parent 328dea93c7
commit 672d177f10

View file

@ -362,6 +362,7 @@ class View {
list(, $internalPath2) = Filesystem::resolvePath($absolutePath2 . $postFix2);
if ($storage) {
$result = $storage->rename($internalPath1, $internalPath2);
\OC_FileProxy::runPostProxies('rename', $absolutePath1, $absolutePath2);
} else {
$result = false;
}