diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-08-10 08:10:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 08:10:03 +0200 |
commit | abef061686533e3a6310eab7b7a99969f14f24fd (patch) | |
tree | 6fff510d1d0fc1a907514bbe9ef881274b42fcdb /apps | |
parent | 93df97f1bf2abbad3f0d7cecfd6b232f9f3de9be (diff) | |
parent | be172cc6f25ad7d1da383da06f90b834b62c0855 (diff) | |
download | nextcloud-server-abef061686533e3a6310eab7b7a99969f14f24fd.tar.gz nextcloud-server-abef061686533e3a6310eab7b7a99969f14f24fd.zip |
Merge pull request #10581 from nextcloud/encryption-s3-fix-stable13
make file cache updates more robust
Diffstat (limited to 'apps')
-rw-r--r-- | apps/encryption/lib/Crypto/Encryption.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/encryption/lib/Crypto/Encryption.php b/apps/encryption/lib/Crypto/Encryption.php index bd75e4ae10c..3f6001cab74 100644 --- a/apps/encryption/lib/Crypto/Encryption.php +++ b/apps/encryption/lib/Crypto/Encryption.php @@ -254,7 +254,6 @@ class Encryption implements IEncryptionModule { public function end($path, $position = 0) { $result = ''; if ($this->isWriteOperation) { - $this->keyManager->setVersion($path, $this->version + 1, new View()); // in case of a part file we remember the new signature versions // the version will be set later on update. // This way we make sure that other apps listening to the pre-hooks |