mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Another fix
This commit is contained in:
@@ -1197,7 +1197,7 @@ function get_port_assoc_mode_name ($port_assoc_mode_id, $no_cache = false) {
|
||||
*/
|
||||
function get_ports_mapped ($device_id, $with_statistics = false) {
|
||||
$ports = array();
|
||||
$maps = (
|
||||
$maps = array(
|
||||
'ifIndex' => array(),
|
||||
'ifName' => array(),
|
||||
'ifDescr' => array(),
|
||||
|
||||
Reference in New Issue
Block a user