diff --git a/html/ops/failure_result_summary_by_host.php b/html/ops/failure_result_summary_by_host.php index 14d6d62eec..33ffc35e3e 100644 --- a/html/ops/failure_result_summary_by_host.php +++ b/html/ops/failure_result_summary_by_host.php @@ -96,7 +96,7 @@ while ($res = mysql_fetch_object($result)) { echo ""; echo ""; - echo $res->error_count; + echo $res->Error_Count; echo ""; echo "\n";