mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
Merge pull request #52697 from nextcloud/backport/49903/stable29
[stable29] fix: restore updated encrypted version when copying versions
This commit is contained in:
commit
52f052a27f
1 changed files with 1 additions and 0 deletions
|
|
@ -800,6 +800,7 @@ class Encryption extends Wrapper {
|
|||
$info->getUnencryptedSize()
|
||||
);
|
||||
}
|
||||
$this->updateEncryptedVersion($sourceStorage, $sourceInternalPath, $targetInternalPath, $isRename, true);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue