Merge pull request #5272 from mrflix/master

fix label to checkbox binding in admin -> force-https
This commit is contained in:
Thomas Müller 2013-10-12 01:41:30 -07:00
commit fce198874f

View file

@ -179,7 +179,7 @@ if (!$_['internetconnectionworking']) {
<table class="nostyle">
<tr>
<td id="enable">
<input type="checkbox" name="forcessl" id="enforceHTTPSEnabled"
<input type="checkbox" name="forcessl" id="forcessl"
<?php if ($_['enforceHTTPSEnabled']) {
print_unescaped('checked="checked" ');
print_unescaped('value="false"');