mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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();
|
$data_row['fired'] = array();
|
||||||
$firedTimes = get_module_alert_fired(
|
$firedTimes = get_module_alert_fired(
|
||||||
$content['id_agent_module'],
|
$alert['id_agent_module'],
|
||||||
$alert['id_alert_template'],
|
$alert['id'],
|
||||||
(int) $content['period'],
|
(int) $content['period'],
|
||||||
(int) $report["datetime"]);
|
(int) $report["datetime"]);
|
||||||
|
|
||||||
@ -2731,7 +2731,7 @@ function reporting_alert_report_agent($report, $content) {
|
|||||||
$data_row['fired'] = array();
|
$data_row['fired'] = array();
|
||||||
$firedTimes = get_module_alert_fired(
|
$firedTimes = get_module_alert_fired(
|
||||||
$alert['id_agent_module'],
|
$alert['id_agent_module'],
|
||||||
$alert['id_alert_template'],
|
$alert['id'],
|
||||||
(int) $content['period'],
|
(int) $content['period'],
|
||||||
(int) $report["datetime"]);
|
(int) $report["datetime"]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user