diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-09-03 23:31:02 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-09-03 23:31:29 +0200 |
commit | 24603f28cde091813d8022daa9153eb4ab685ca4 (patch) | |
tree | 5455f80e4bd360af564f1630b5badde506ac3ba5 | |
parent | d620a07df0e032e928453d764b0b54b7171f7414 (diff) | |
download | cacert-devel-24603f28cde091813d8022daa9153eb4ab685ca4.tar.gz cacert-devel-24603f28cde091813d8022daa9153eb4ab685ca4.tar.xz cacert-devel-24603f28cde091813d8022daa9153eb4ab685ca4.zip |
bug 1137: Revert patch from Ted, because of inconsistencies. Also fix a typo in the comment abovemerge-bug-1177-893-1136-1123-1137
-rw-r--r-- | www/wot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wot.php b/www/wot.php index d09c6bd..8395a58 100644 --- a/www/wot.php +++ b/www/wot.php @@ -277,8 +277,8 @@ $iecho= "c"; exit; } - //met assuree in person, not appliciable fot TTP / TTP Topup assurances - if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_REQUEST['method'] != "Trusted Third Parties") + //met assuree in person, not appliciable for TTP / TTP Topup assurances + if((!array_key_exists('certify',$_POST) || $_POST['certify'] != 1 ) && $_REQUEST['method'] != "Trusted 3rd Parties") { show_page("VerifyData","",_("You failed to check all boxes to validate your adherence to the rules and policies of CAcert")); exit; |