added post rename proxy
This commit is contained in:
parent
328dea93c7
commit
672d177f10
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue