mirror of
https://github.com/nextcloud/server.git
synced 2026-02-17 09:51:38 -05:00
Merge pull request #49903 from nextcloud/encryption-version-version
fix: restore updated encrypted version when copying versions
This commit is contained in:
commit
c9757586cd
1 changed files with 1 additions and 0 deletions
|
|
@ -628,6 +628,7 @@ class Encryption extends Wrapper {
|
|||
$info->getUnencryptedSize()
|
||||
);
|
||||
}
|
||||
$this->updateEncryptedVersion($sourceStorage, $sourceInternalPath, $targetInternalPath, $isRename, true);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue