Merge pull request #1131 from SaaldjorMike/wrong-graph-type

Fixed wrong graph type reference
This commit is contained in:
Daniel Preussker
2015-05-26 08:05:32 +00:00

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 = "";
}