projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8328353
)
Fix function call.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Nov 2008 08:10:42 +0000
(
01:10
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Nov 2008 08:10:42 +0000
(
01:10
-0700)
imp/lib/Crypt/smime.php
patch
|
blob
|
history
diff --git
a/imp/lib/Crypt/smime.php
b/imp/lib/Crypt/smime.php
index
c366fa2
..
7983fb0
100644
(file)
--- a/
imp/lib/Crypt/smime.php
+++ b/
imp/lib/Crypt/smime.php
@@
-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;
}