Merge branch 'ent-13463-resultado-de-item-alerts-group-alert-report-rompe-vista-html-de-reporte-por-falta-de-memoria' into 'develop'
Ent 13463 resultado de item alerts group alert report rompe vista html de reporte por falta de memoria See merge request artica/pandorafms!7359
This commit is contained in:
commit
5a8acb9622
|
@ -6192,7 +6192,7 @@ function reporting_alert_report_group($report, $content)
|
||||||
|
|
||||||
$agent_modules = alerts_get_agent_modules(
|
$agent_modules = alerts_get_agent_modules(
|
||||||
$content['id_group'],
|
$content['id_group'],
|
||||||
(((string) $content['id_group'] === '0') ? true : $content['recursion'])
|
(((string) $content['id_group'] === '0') ? true : (bool) $content['recursion'])
|
||||||
);
|
);
|
||||||
|
|
||||||
if (empty($alerts)) {
|
if (empty($alerts)) {
|
||||||
|
|
Loading…
Reference in New Issue