]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed wrong array key reference
authorSam Tuke <samtuke@owncloud.com>
Tue, 19 Feb 2013 17:41:38 +0000 (17:41 +0000)
committerSam Tuke <samtuke@owncloud.com>
Tue, 19 Feb 2013 17:42:37 +0000 (17:42 +0000)
apps/files_encryption/lib/crypt.php

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