From: Michael M Slusarz Date: Thu, 1 Apr 2010 05:00:32 +0000 (-0600) Subject: Fix typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0c5ca40a7bd12e05a0500cb032e3068e793052d9;p=horde.git Fix typo. --- diff --git a/imp/lib/Crypt/Smime.php b/imp/lib/Crypt/Smime.php index 5cf384150..19340c281 100644 --- a/imp/lib/Crypt/Smime.php +++ b/imp/lib/Crypt/Smime.php @@ -431,7 +431,7 @@ class IMP_Crypt_Smime extends Horde_Crypt_Smime */ public function printCertInfo($key = '') { - $cert_info = $this->certToHTML($cert); + $cert_info = $this->certToHTML($key); if (empty($cert_info)) { $this->textWindowOutput('S/MIME Key Information', _("Invalid key"));