mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Fix to use new API to properly resolve default value
55d03d426a (commitcomment-159889070)
This commit is contained in:
@ -436,7 +436,7 @@ sub option_freefield
|
||||
sub option_yesno
|
||||
{
|
||||
my $name = $_[0];
|
||||
my $v = &get_current_value($name);
|
||||
my $v = &resolve_current_value($name);
|
||||
my $key = 'opts_'.$name;
|
||||
|
||||
print &ui_table_row(defined($_[1]) ? &hlink($text{$key}, "opt_".$name)
|
||||
|
Reference in New Issue
Block a user