From fef7b9ff76331ab2c4f6e2c3b5914139bcc07b25 Mon Sep 17 00:00:00 2001 From: CPbN <40244829+CPbN@users.noreply.github.com> Date: Mon, 8 Jul 2019 11:15:49 +0200 Subject: [PATCH] 3CX typo --- apps/voip/3cx/restapi/custom/api.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/voip/3cx/restapi/custom/api.pm b/apps/voip/3cx/restapi/custom/api.pm index 6e79b0864..f79528b95 100644 --- a/apps/voip/3cx/restapi/custom/api.pm +++ b/apps/voip/3cx/restapi/custom/api.pm @@ -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); } }