This commit is contained in:
CPbN 2019-07-08 11:15:49 +02:00
parent 775f5e41d1
commit fef7b9ff76
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}