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:
Jimmy Olano 2022-10-26 11:02:42 +00:00
commit d9c5b59eff
1 changed files with 1 additions and 1 deletions

View File

@ -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] != '') {