remotes/origin/stable6
Florin Peter 12 years ago
parent 563f343291
commit b46e7323ec
  1. 2
      apps/files_encryption/ajax/updatePrivateKeyPassword.php

@ -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…
Cancel
Save