fix typo in code

This commit is contained in:
alejandro.campos@artica.es 2022-10-11 15:24:34 +02:00
parent e5bdceee78
commit 5501e1f3d5
1 changed files with 1 additions and 1 deletions

View File

@ -13234,7 +13234,7 @@ function api_set_create_event($id, $trash1, $other, $returnType)
if ($other['data'][7] != '') { if ($other['data'][7] != '') {
$values['id_agentmodule'] = $other['data'][7]; $values['id_agentmodule'] = $other['data'][7];
} else { } else {
$value['id_agentmodule'] = 0; $values['id_agentmodule'] = 0;
} }
if ($other['data'][8] != '') { if ($other['data'][8] != '') {