We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d15acf + 012a402 commit c975758Copy full SHA for c975758
1 file changed
lib/private/Files/Storage/Wrapper/Encryption.php
@@ -628,6 +628,7 @@ private function copyBetweenStorage(
628
$info->getUnencryptedSize()
629
);
630
}
631
+ $this->updateEncryptedVersion($sourceStorage, $sourceInternalPath, $targetInternalPath, $isRename, true);
632
633
return $result;
634
0 commit comments