From f8b155fb93e6af3b0bbe0f6a580ad4ae856dd2ef Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 24 Feb 2009 21:12:10 -0700 Subject: [PATCH] Remove stray bracket --- imp/lib/Mime/Viewer/pgp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/imp/lib/Mime/Viewer/pgp.php b/imp/lib/Mime/Viewer/pgp.php index b23ac3aaf..0d0d48ec6 100644 --- 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)) { -- 2.11.0