diff --git a/html/includes/table/arp-search.inc.php b/html/includes/table/arp-search.inc.php index f2d29ed9e6..66a9b18a14 100644 --- a/html/includes/table/arp-search.inc.php +++ b/html/includes/table/arp-search.inc.php @@ -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,"Interface Errors",errors); + $error_img = generate_port_link($entry,"Interface Errors",port_errors); } else { $error_img = ""; }