mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
13463-Parse param to bool
This commit is contained in:
parent
25d17fb990
commit
f81fb85b19
@ -6192,7 +6192,7 @@ function reporting_alert_report_group($report, $content)
|
||||
|
||||
$agent_modules = alerts_get_agent_modules(
|
||||
$content['id_group'],
|
||||
(((string) $content['id_group'] === '0') ? true : $content['recursion'])
|
||||
(((string) $content['id_group'] === '0') ? true : (bool) $content['recursion'])
|
||||
);
|
||||
|
||||
if (empty($alerts)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user