Fixed wrong array key reference

remotes/origin/stable6
Sam Tuke 12 years ago
parent fd629983fa
commit 14ae373dfe
  1. 2
      apps/files_encryption/lib/crypt.php

@ -371,7 +371,7 @@ class Crypt {
* @brief Create asymmetrically encrypted keyfile content using a generated key
* @param string $plainContent content to be encrypted
* @param array $publicKeys array keys must be the userId of corresponding user
* @returns array keys: keys (array, key = userId), encrypted
* @returns array keys: keys (array, key = userId), data
* @note symmetricDecryptFileContent() can decrypt files created using this method
*/
public static function multiKeyEncrypt( $plainContent, array $publicKeys ) {

Loading…
Cancel
Save