From 9385bc54de92bba94c2cd1b863e5cbd8459b0f61 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 18 Apr 2017 22:42:37 +0100 Subject: [PATCH] fix: Updated use of ifNameDescr() to cleanPort() (#6454) --- html/includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index e77a88069c..58d06eabc3 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -829,7 +829,7 @@ function generate_ap_link($args, $text = null, $type = null) { global $config; - $args = ifNameDescr($args); + $args = cleanPort($args); if (!$text) { $text = fixIfName($args['label']); }