There was an error while loading. Please reload this page.
2 parents cf31ae1 + 8afe1dd commit b9228daCopy full SHA for b9228da
1 file changed
lib/private/Files/Storage/Wrapper/Encryption.php
@@ -464,6 +464,7 @@ protected function fixUnencryptedSize(string $path, int $size, int $unencryptedS
464
if (strlen($lastChunkContentEncrypted) > $blockSize) {
465
$newUnencryptedSize += $unencryptedBlockSize;
466
$lastChunkContentEncrypted = substr($lastChunkContentEncrypted, $blockSize);
467
+ $lastChunkNr++;
468
}
469
470
0 commit comments