From 5501e1f3d55752fe77f6c0c1c3c2bda0d494d6fb Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Tue, 11 Oct 2022 15:24:34 +0200 Subject: [PATCH] fix typo in code --- pandora_console/include/functions_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index 42acac7dda..7e7623f580 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -13234,7 +13234,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] != '') {