Skip to content

Commit

Permalink
Actually pass the parameter to the method
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz authored and mrubinsk committed Nov 14, 2013
1 parent 0cacdc9 commit 56177ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Crypt/lib/Horde/Crypt/Pgp.php
Expand Up @@ -684,7 +684,7 @@ public function verifyPassphrase($public_key, $private_key, $passphrase)
public function parsePGPData($text)
{
$parse = new Horde_Crypt_Pgp_Parse();
return $parse->parse();
return $parse->parse($text);
}

/**
Expand Down

0 comments on commit 56177ef

Please sign in to comment.