Skip to content
Snippets Groups Projects
Commit fce19887 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #5272 from mrflix/master

fix label to checkbox binding in admin -> force-https
parents 46dd273b 01d3536a
Branches
No related tags found
No related merge requests found
......@@ -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"');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment