From 2aa98558b9bb51e8dc71fd6792599dbdab9071c6 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 9 Dec 2019 14:02:06 +0000 Subject: [PATCH] encrypt : invalid error message git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5819 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- encrypt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",