No index anymore

This commit is contained in:
Stephen Paul Weber 2013-02-24 18:11:22 -05:00
parent 3afd401688
commit 05b757ab6c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {