projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd244f
)
Remove stray bracket
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 25 Feb 2009 04:12:10 +0000
(21:12 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 25 Feb 2009 04:12:10 +0000
(21:12 -0700)
imp/lib/Mime/Viewer/pgp.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/pgp.php
b/imp/lib/Mime/Viewer/pgp.php
index
b23ac3a
..
0d0d48e
100644
(file)
--- a/
imp/lib/Mime/Viewer/pgp.php
+++ b/
imp/lib/Mime/Viewer/pgp.php
@@
-329,7
+329,6
@@
class IMP_Horde_Mime_Viewer_pgp extends Horde_Mime_Viewer_Driver
$sig_result = $sig_part->getContentTypeParameter('x-imp-pgp-signature')
? $this->_imppgp->verifySignature($signed_data, $this->_address)
: $this->_imppgp->verifySignature($signed_data, $this->_address, $sig_part->getContents());
- }
$icon = Horde::img('alerts/success.png', _("Success"), null, $graphicsdir);
if (empty($sig_result)) {