fix: restore updated encrypted version when copying versions

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/49903/head
Robin Appelman 1 year ago
parent b16f5a0043
commit 012a402cec
  1. 1
      lib/private/Files/Storage/Wrapper/Encryption.php

@ -628,6 +628,7 @@ class Encryption extends Wrapper {
$info->getUnencryptedSize()
);
}
$this->updateEncryptedVersion($sourceStorage, $sourceInternalPath, $targetInternalPath, $isRename, true);
}
return $result;
}

Loading…
Cancel
Save