Submitted by q7joey on Wed, 06/08/2016 - 16:29
domain_form.cgi lines 624-627 are:
print &ui_table_row(&hlink($text{'form_iface6'}, "iface6"),
&virtual_ip6_input(\@cantmpls, $resel),
undef, \@tds, undef, $config{'ip6enabled'} ? 0 : -2);
}
but should be:
print &ui_table_row(&hlink($text{'form_iface6'}, "iface6"),
&virtual_ip6_input(\@cantmpls, $resel, undef, $config{'ip6enabled'} ? 0 : -2),
undef, \@tds);
}
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Wed, 06/08/2016 - 21:57 Comment #1
Thanks! I will apply this fix in the next Virtualmin release.
Submitted by JamieCameron on Wed, 06/08/2016 - 21:57 Comment #2