mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Merge pull request #39454 from nextcloud/backport/39447/stable27
[stable27] Fix sharing of encrypted files
This commit is contained in:
commit
281117a2fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue