summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-04-25 22:43:15 +0200
committerFlorin Peter <github@florin-peter.de>2013-04-25 22:43:15 +0200
commit672d177f10e44581ecc9f37844681afaa06c0272 (patch)
tree06f648cf636890f2aca2a60220737d1a5bb58f38 /lib
parent328dea93c7a4a68bfb83c15f97af64275c953782 (diff)
downloadnextcloud-server-672d177f10e44581ecc9f37844681afaa06c0272.tar.gz
nextcloud-server-672d177f10e44581ecc9f37844681afaa06c0272.zip
added post rename proxy
Diffstat (limited to 'lib')
-rw-r--r--lib/files/view.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/files/view.php b/lib/files/view.php
index bd4812f8f81..d0fc5910e6c 100644
--- a/lib/files/view.php
+++ b/lib/files/view.php
@@ -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;
}