projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef5750
)
Use Horde_Crypt to instantiate.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 18 Nov 2008 21:00:33 +0000
(14:00 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 18 Nov 2008 21:00:33 +0000
(14:00 -0700)
imp/pgp.php
patch
|
blob
|
history
diff --git
a/imp/pgp.php
b/imp/pgp.php
index
92a340d
..
7403703
100644
(file)
--- a/
imp/pgp.php
+++ b/
imp/pgp.php
@@
-90,9
+90,8
@@
function _textWindowOutput($filename, $msg)
}
require_once dirname(__FILE__) . '/lib/base.php';
-require_once IMP_BASE . '/lib/Crypt/PGP.php';
-$imp_pgp =
new IMP_PGP(
);
+$imp_pgp =
&Horde_Crypt::singleton(array('imp', 'pgp')
);
$secure_check = $imp_pgp->requireSecureConnection();
/* Run through the action handlers */