diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php index 9ef666d78e..b4e06c9994 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -252,7 +252,7 @@ class Encryption extends Wrapper { parent::stream_read($this->util->getHeaderSize()); } - $count = min($count, $this->unencryptedSize - $this->position); +// $count = min($count, $this->unencryptedSize - $this->position); while ($count > 0) { $remainingLength = $count; // update the cache of the current block