summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-08-10 08:10:03 +0200
committerGitHub <noreply@github.com>2018-08-10 08:10:03 +0200
commitabef061686533e3a6310eab7b7a99969f14f24fd (patch)
tree6fff510d1d0fc1a907514bbe9ef881274b42fcdb /apps
parent93df97f1bf2abbad3f0d7cecfd6b232f9f3de9be (diff)
parentbe172cc6f25ad7d1da383da06f90b834b62c0855 (diff)
downloadnextcloud-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.php1
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