fixed typo

This commit is contained in:
Florin Peter 2013-06-03 19:10:55 +02:00
parent 563f343291
commit b46e7323ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}