mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
fixed minor error in reports alerts tickets: 4063
(cherry picked from commit 626027a3025809cef2a58de8b112a53aa7925fa6)
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…
x
Reference in New Issue
Block a user