Fixed problems with generate custom events with alerts. Tiquet: #2216
(cherry picked from commit 4c7e526494
)
This commit is contained in:
parent
3b5dd8dd95
commit
dd7e429c40
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue