3CX typo
This commit is contained in:
parent
775f5e41d1
commit
fef7b9ff76
|
@ -256,7 +256,7 @@ sub internal_update_checker {
|
|||
if(ref($status) eq 'HASH') {
|
||||
$status = $status->{tcxUpdate};
|
||||
if(ref($status) ne 'ARRAY') {
|
||||
# See above not about strange content
|
||||
# See above note about strange content
|
||||
$status = JSON::XS->new->utf8->decode($status);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue