mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-21 16:58:30 +02:00
3CX typo
This commit is contained in:
parent
775f5e41d1
commit
fef7b9ff76
@ -256,7 +256,7 @@ sub internal_update_checker {
|
|||||||
if(ref($status) eq 'HASH') {
|
if(ref($status) eq 'HASH') {
|
||||||
$status = $status->{tcxUpdate};
|
$status = $status->{tcxUpdate};
|
||||||
if(ref($status) ne 'ARRAY') {
|
if(ref($status) ne 'ARRAY') {
|
||||||
# See above not about strange content
|
# See above note about strange content
|
||||||
$status = JSON::XS->new->utf8->decode($status);
|
$status = JSON::XS->new->utf8->decode($status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user