From 39f5daefeee92fadb2e93102c6475a0fd525adfa Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Tue, 26 May 2015 00:45:24 +0200 Subject: [PATCH] Fixed wrong graph type reference --- html/includes/table/arp-search.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/table/arp-search.inc.php b/html/includes/table/arp-search.inc.php index f2d29ed9e..66a9b18a1 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 = ""; }