From 7091eb5aede7991d01ba293889add2f46698cadc Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 28 Sep 2015 17:44:16 +0200 Subject: [PATCH] Reporting - SLA - minor changes --- pandora_console/include/functions_reporting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 7ba3b0e55f..ca64dba2b3 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -637,7 +637,7 @@ function reporting_SLA($report, $content, $type = 'dinamic', } if (modules_is_disable_agent($sla['id_agent_module']) - || modules_is_not_init($item['id_agent_module'])) { + || modules_is_not_init($sla['id_agent_module'])) { if ($metaconsole_on) { //Restore db connection metaconsole_restore_db(); @@ -8229,4 +8229,4 @@ function reporting_format_planned_downtime_dates ($planned_downtime) { return $dates; } -?> \ No newline at end of file +?>