Minor typo fix
This commit is contained in:
parent
a92359c1a5
commit
55310bd5c4
|
@ -92,7 +92,7 @@ sub threshold_validate {
|
||||||
# $options{value} : threshold value
|
# $options{value} : threshold value
|
||||||
|
|
||||||
my $status = 1;
|
my $status = 1;
|
||||||
$self->{threshold_label}->{$options{label}} = {'value' => $options{value}, 'start' => undef, 'end' => undef, 'arobase' => undef, infinite_neg => undef, intinite_pos => undef};
|
$self->{threshold_label}->{$options{label}} = {value => $options{value}, start => undef, end => undef, arobase => undef, infinite_neg => undef, infinite_pos => undef};
|
||||||
if (!defined($options{value}) || $options{value} eq '') {
|
if (!defined($options{value}) || $options{value} eq '') {
|
||||||
return $status;
|
return $status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue