Fixed wrong graph type reference

This commit is contained in:
Mike Rostermund
2015-05-26 00:45:24 +02:00
parent fd33321113
commit 39f5daefee

View File

@@ -45,7 +45,7 @@ foreach (dbFetchRows($sql, $param) as $entry) {
if (!$ignore) {
if ($entry['ifInErrors'] > 0 || $entry['ifOutErrors'] > 0) {
$error_img = generate_port_link($entry,"<img src='images/16/chart_curve_error.png' alt='Interface Errors' border=0>",errors);
$error_img = generate_port_link($entry,"<img src='images/16/chart_curve_error.png' alt='Interface Errors' border=0>",port_errors);
} else {
$error_img = "";
}