fix typo in code
This commit is contained in:
parent
e5bdceee78
commit
5501e1f3d5
|
@ -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] != '') {
|
||||||
|
|
Loading…
Reference in New Issue