diff --git a/output/html/http.php b/output/html/http.php index 12aa276e0..35590a7bd 100644 --- a/output/html/http.php +++ b/output/html/http.php @@ -70,6 +70,9 @@ public function output() { $i = 0; foreach ( $data['http'] as $key => $row ) { + if ( ! isset( $row['ltime'], $row['component'] ) ) { + continue; + } $ltime = $row['ltime']; $i++; $is_error = false;