mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix #16356
This commit is contained in:
parent
a1e60e7882
commit
2834971a77
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue