Skip to content

Commit

Permalink
FIX: one typo messed up mbound verify
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbits committed Feb 19, 2014
1 parent 6e5fd79 commit 7f35612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/messageWindowOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ function updateStamp(){
getCorrectHeader(gStampTypes.MBOUND);
}else{
aryTokens = getCorrectHeader(gStampTypes.MBOUND);
if(aryTokens!=null && aryTokens.length!=0 && Services.prefs.getBoolPref('extensons.ppost.mbound.enable')){
if(aryTokens!=null && aryTokens.length!=0 && Services.prefs.getBoolPref('extensions.ppost.mbound.enable')){
iStampType=gStampTypes.MBOUND;
}
}
Expand Down

0 comments on commit 7f35612

Please sign in to comment.