From 13cb75f1c7b88a5aa50f867b4bf32c715c2c6529 Mon Sep 17 00:00:00 2001 From: CPbN Date: Mon, 27 May 2019 16:35:21 +0200 Subject: [PATCH] 3CX typo --- apps/voip/3cx/restapi/mode/system.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/voip/3cx/restapi/mode/system.pm b/apps/voip/3cx/restapi/mode/system.pm index c0356bae6..d9d04ae6a 100644 --- a/apps/voip/3cx/restapi/mode/system.pm +++ b/apps/voip/3cx/restapi/mode/system.pm @@ -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} = {