Fix typo.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 1 Apr 2010 05:00:32 +0000 (23:00 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 1 Apr 2010 21:02:53 +0000 (15:02 -0600)
imp/lib/Crypt/Smime.php

index 5cf3841..19340c2 100644 (file)
@@ -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"));