mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
fix function call
This commit is contained in:
parent
d28d7c470f
commit
215a9bcbc3
1 changed files with 1 additions and 2 deletions
|
|
@ -276,12 +276,11 @@ class Encryption implements IEncryptionModule {
|
|||
}
|
||||
|
||||
if ($this->keyManager->recoveryKeyExists() &&
|
||||
$this->util->recoveryEnabled($this->user)) {
|
||||
$this->util->isRecoveryEnabledForUser()) {
|
||||
|
||||
$publicKeys[$this->keyManager->getRecoveryKeyId()] = $this->keyManager->getRecoveryKey();
|
||||
}
|
||||
|
||||
|
||||
return $publicKeys;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue