Skip to content
Snippets Groups Projects
Commit b46e7323 authored by Florin Peter's avatar Florin Peter
Browse files

fixed typo

parent 563f3432
Branches
No related tags found
Loading
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment