From 05b757ab6c33e295f90f99232fcd18752aa36c4c Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 24 Feb 2013 18:11:22 -0500 Subject: [PATCH] No index anymore --- lib/openpgp_crypt_rsa.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openpgp_crypt_rsa.php b/lib/openpgp_crypt_rsa.php index 80850f7..7492edf 100644 --- a/lib/openpgp_crypt_rsa.php +++ b/lib/openpgp_crypt_rsa.php @@ -52,7 +52,7 @@ class OpenPGP_Crypt_RSA { // Pass a message to verify with this key, or a key (OpenPGP or Crypt_RSA) to check this message with // Second optional parameter to specify which signature to verify (if there is more than one) - function verify($packet, $index=0) { + function verify($packet) { $self = $this; // For old PHP if(!is_object($packet)) $packet = OpenPGP_Message::parse($packet); if(!$this->message) {