Fixed problems with generate custom events with alerts. Tiquet: #2216

This commit is contained in:
m-lopez-f 2015-05-13 09:44:43 +02:00
parent 27013cb6e7
commit 4c7e526494
1 changed files with 1 additions and 1 deletions

View File

@ -1117,7 +1117,7 @@ sub pandora_execute_action ($$$$$$$$$;$) {
$pa_config,
$event_text,
(defined ($agent) ? $agent->{'id_grupo'} : 0),
(defined ($fullagent) ? $fullagent->{'id_agente'} : 0),
(defined ($agent) ? $agent->{'id_agente'} : 0),
$priority,
(defined($alert) ? $alert->{'id'} : 0),
(defined($alert) ? $alert->{'id_agent_module'} : 0),