Fix function call.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 Nov 2008 08:10:42 +0000 (01:10 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 Nov 2008 08:10:42 +0000 (01:10 -0700)
imp/lib/Crypt/smime.php

index c366fa2..7983fb0 100644 (file)
@@ -428,7 +428,7 @@ class IMP_Horde_Crypt_smime extends Horde_Crypt_smime
      */
     public function addFromPKCS12($pkcs12, $password, $pkpass = null)
     {
-        $openssl = IMP_SMIME::checkForOpenSSL();
+        $openssl = $this->checkForOpenSSL();
         if (is_a($openssl, 'PEAR_Error')) {
             return $openssl;
         }