mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Updated use of ifNameDescr() to cleanPort() (#6454)
This commit is contained in:
committed by
Tony Murray
parent
963f444f17
commit
9385bc54de
@ -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']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user