From 725fbd2c089bf5e9bf623f7d8ff430ae2e6fbba2 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 30 Jan 2016 10:10:16 +0000 Subject: [PATCH] Another fix --- includes/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.php b/includes/common.php index ef554798b5..d74a512a9d 100644 --- a/includes/common.php +++ b/includes/common.php @@ -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(),