This commit is contained in:
jknockaert 2015-05-18 15:06:55 +02:00
parent a1e60e7882
commit 2834971a77

View file

@ -341,8 +341,8 @@ class Encryption extends Wrapper {
} else {
$data = '';
}
$this->unencryptedSize = max($this->unencryptedSize, $this->position);
}
$this->unencryptedSize = max($this->unencryptedSize, $this->position);
return $length;
}