]> source.dussan.org Git - nextcloud-server.git/commitdiff
added post rename proxy
authorFlorin Peter <github@florin-peter.de>
Thu, 25 Apr 2013 20:43:15 +0000 (22:43 +0200)
committerFlorin Peter <github@florin-peter.de>
Thu, 25 Apr 2013 20:43:15 +0000 (22:43 +0200)
lib/files/view.php

index bd4812f8f81c8cd0f14e9a8fbbcd5f0923289de2..d0fc5910e6ce11f3a485a28e04b5d16529c6d160 100644 (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;
                                        }