Skip to content

Commit

Permalink
Merge pull request #2895 from laf/php53-fix
Browse files Browse the repository at this point in the history
Another fix
  • Loading branch information
paulgear committed Jan 30, 2016
2 parents 8a614c8 + 725fbd2 commit bea93b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit bea93b5

Please sign in to comment.