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

(cherry picked from commit 4c7e526494)
This commit is contained in:
m-lopez-f 2015-05-13 09:44:43 +02:00
parent 3b5dd8dd95
commit dd7e429c40
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,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),