Merge pull request #1523 from CPbN/3cxtypo

3CX typo
This commit is contained in:
qgarnier 2019-05-27 17:32:29 +02:00 committed by GitHub
commit a38cd72032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -128,11 +128,11 @@ sub manage_selection {
}
$self->{service}->{HasNotRunningServices} = {
display => 'HasNotRunningServices',
health => $self->{system}->{HasNotRunningServices} ? 'false' : 'true',
health => $system->{HasNotRunningServices} ? 'false' : 'true',
};
$self->{service}->{HasUnregisteredSystemExtensions} = {
display => 'HasUnregisteredSystemExtensions',
health => $self->{system}->{HasUnregisteredSystemExtensions} ? 'false' : 'true',
health => $system->{HasUnregisteredSystemExtensions} ? 'false' : 'true',
};
$self->{global} = {