Merge pull request #2895 from laf/php53-fix

Another fix
This commit is contained in:
Paul Gear
2016-01-30 20:10:56 +10:00

View File

@@ -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(),