Fix: Remove warning

This commit is contained in:
Laurent Destailleur 2010-07-20 18:59:53 +00:00
parent 0cfad2352a
commit 99e5f46afb

View File

@ -201,7 +201,7 @@ print $langs->trans("Examples").":<br>";
<tr>
<td valign="top" class="label">
<?php echo $langs->trans("ForceHttps"); ?>
<td class="label" valign="top"><input type="checkbox" name="main_force_https"<?php if ($force_install_mainforcehttps) print ' checked="on"'; ?>></td>
<td class="label" valign="top"><input type="checkbox" name="main_force_https"<?php if (! empty($force_install_mainforcehttps)) print ' checked="on"'; ?>></td>
<td class="comment">
<?php echo $langs->trans("CheckToForceHttps"); ?>
</td>