diff --git a/encrypt.php b/encrypt.php index 04456ee..fe51bb2 100644 --- a/encrypt.php +++ b/encrypt.php @@ -77,7 +77,7 @@ class encrypt "Invalid ciphertext provided to decrypt method : empty string"), 500); if (! in_array ($cipherMethod, openssl_get_cipher_methods())) throw new \Exception (dgettext ("domframework", - "Invalid cipher provided to decrypt method : ". + "Invalid cipherMethod provided to decrypt method : ". "doesn't exists in OpenSSL"), 500); if (strlen ($ckey) !== 24) throw new \Exception (dgettext ("domframework",