Merge branch 'ent-9630-Bug-en-codigo-de-functions-api-php' into 'develop'
fix typo in code Ref pandora_enterprise#9630 See merge request artica/pandorafms!5189
This commit is contained in:
commit
d9c5b59eff
|
@ -13171,7 +13171,7 @@ function api_set_create_event($id, $trash1, $other, $returnType)
|
|||
if ($other['data'][7] != '') {
|
||||
$values['id_agentmodule'] = $other['data'][7];
|
||||
} else {
|
||||
$value['id_agentmodule'] = 0;
|
||||
$values['id_agentmodule'] = 0;
|
||||
}
|
||||
|
||||
if ($other['data'][8] != '') {
|
||||
|
|
Loading…
Reference in New Issue