mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fixed typo
This commit is contained in:
parent
563f343291
commit
b46e7323ec
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ if ($decryptedKey) {
|
|||
$encryptedKey = \OCA\Encryption\Crypt::symmetricEncryptFileContent($decryptedKey, $newPassword);
|
||||
$view->file_put_contents($keyPath, $encryptedKey);
|
||||
|
||||
$session->getPrivateKey($decryptedKey);
|
||||
$session->setPrivateKey($decryptedKey);
|
||||
|
||||
$return = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue