fix: Updated use of ifNameDescr() to cleanPort() (#6454)

This commit is contained in:
Neil Lathwood
2017-04-18 22:42:37 +01:00
committed by Tony Murray
parent 963f444f17
commit 9385bc54de

View File

@ -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']);
}