Skip to content
Snippets Groups Projects
Commit 4441835d authored by Thomas Müller's avatar Thomas Müller
Browse files
Conflicts:
	lib/private/files/stream/encryption.php
parent 90487384
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,8 @@ class Encryption extends Wrapper { ...@@ -205,6 +205,8 @@ class Encryption extends Wrapper {
$this->loadContext('ocencryption'); $this->loadContext('ocencryption');
$this->position = 0; $this->position = 0;
$this->cache = '';
$this->writeFlag = false;
$this->unencryptedBlockSize = $this->encryptionModule->getUnencryptedBlockSize(); $this->unencryptedBlockSize = $this->encryptionModule->getUnencryptedBlockSize();
if ( if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment