diff options
-rw-r--r-- | apps/encryption/lib/Crypto/Encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/Crypto/Encryption.php b/apps/encryption/lib/Crypto/Encryption.php index 0bcaa167907..899d0f4315d 100644 --- a/apps/encryption/lib/Crypto/Encryption.php +++ b/apps/encryption/lib/Crypto/Encryption.php @@ -441,7 +441,7 @@ class Encryption implements IEncryptionModule { $this->keyManager->deleteAllFileKeys($path); foreach ($shareKeys as $uid => $keyFile) { - $this->keyManager->setShareKey($this->path, $uid, $keyFile); + $this->keyManager->setShareKey($path, $uid, $keyFile); } } else { $this->logger->debug('no file key found, we assume that the file "{file}" is not encrypted', |