mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Conflicts: lib/private/files/stream/encryption.php
This commit is contained in:
parent
90487384f7
commit
4441835d18
1 changed files with 2 additions and 0 deletions
|
|
@ -205,6 +205,8 @@ class Encryption extends Wrapper {
|
|||
$this->loadContext('ocencryption');
|
||||
|
||||
$this->position = 0;
|
||||
$this->cache = '';
|
||||
$this->writeFlag = false;
|
||||
$this->unencryptedBlockSize = $this->encryptionModule->getUnencryptedBlockSize();
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue