Skip to content

Commit

Permalink
Fix constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jun 17, 2014
1 parent 2704ac5 commit bf166f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Mime/Viewer/Pgp.php
Expand Up @@ -521,7 +521,7 @@ public function canRender($mode)

case 'raw':
if (($this->_mimepart->getType() == 'application/pgp-signature') &&
$this->_mimepart->getMetadata(self::PGP_SIG)) {
$this->_mimepart->getMetadata(Horde_Crypt_Pgp_Parse::SIG_RAW)) {
return true;
}
break;
Expand Down

0 comments on commit bf166f6

Please sign in to comment.