diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 7ac80a0a5a..fbdcdba15a 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -1526,19 +1526,19 @@ function reporting_html_agent_configuration(&$table, $item) { } function reporting_html_TTRT_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_TTO_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_MTBF_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_MTTR_value(&$table, $item, $mini, $only_value = false, $check_empty = false) { - reporting_html_value($table, $item, $mini); + reporting_html_value($table, $item, $mini, $only_value, $check_empty); } function reporting_html_sum_value(&$table, $item, $mini) {