diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fcc47fc64f..49babe1868 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,5 +1,7 @@ 2009-04-03 Sancho Lerena + * include/functions_alerts.php: Fixed another notice. + * include/functions_reporting.php, * include/functions_db.php: Fixed a notice who breaks the PDF report. Added homeurl preffix to some includes that breaks PDF reporting. diff --git a/pandora_console/include/functions_alerts.php b/pandora_console/include/functions_alerts.php index 5c7aff5b2d..d3963caf45 100644 --- a/pandora_console/include/functions_alerts.php +++ b/pandora_console/include/functions_alerts.php @@ -507,6 +507,7 @@ function get_alert_agent_module_actions ($id_alert_agent_module, $fields = false $action = get_alert_action ($element['id_alert_action']); $action['fires_min'] = $element['fires_min']; $action['fires_max'] = $element['fires_max']; + if (isset($element['id'])) $retval[$element['id']] = $action; }