Remove stray bracket
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 25 Feb 2009 04:12:10 +0000 (21:12 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 25 Feb 2009 04:12:10 +0000 (21:12 -0700)
imp/lib/Mime/Viewer/pgp.php

index b23ac3a..0d0d48e 100644 (file)
@@ -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)) {