fixed minor error in reports alerts tickets: 4063
(cherry picked from commit 626027a302
)
This commit is contained in:
parent
7c2e0ee6ed
commit
79bc07eb62
|
@ -2623,8 +2623,8 @@ function reporting_alert_report_group($report, $content) {
|
|||
|
||||
$data_row['fired'] = array();
|
||||
$firedTimes = get_module_alert_fired(
|
||||
$content['id_agent_module'],
|
||||
$alert['id_alert_template'],
|
||||
$alert['id_agent_module'],
|
||||
$alert['id'],
|
||||
(int) $content['period'],
|
||||
(int) $report["datetime"]);
|
||||
|
||||
|
@ -2731,7 +2731,7 @@ function reporting_alert_report_agent($report, $content) {
|
|||
$data_row['fired'] = array();
|
||||
$firedTimes = get_module_alert_fired(
|
||||
$alert['id_agent_module'],
|
||||
$alert['id_alert_template'],
|
||||
$alert['id'],
|
||||
(int) $content['period'],
|
||||
(int) $report["datetime"]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue