Skip to content

Commit

Permalink
Correct rte_sig validation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
  • Loading branch information
joaomachado authored and slusarz committed Apr 15, 2014
1 parent 6b5cd98 commit b2212fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/compose-dimp.js
Expand Up @@ -734,7 +734,7 @@ var DimpCompose = {
sigHash: function()
{
return $('signature')
? IMP_JS.fnv_1a(ImpComposeBase.editor_on ? ImpComposeBase.rte_sig.getData() : $F('signature'))
? IMP_JS.fnv_1a( ImpComposeBase.rte_sig ? ImpComposeBase.rte_sig.getData() : $F('signature'))
: 0;
},

Expand Down

0 comments on commit b2212fa

Please sign in to comment.