From bd23d9e56aa8c43259cde4f5e22be85c548062e7 Mon Sep 17 00:00:00 2001 From: Eldon Koyle Date: Wed, 9 Dec 2015 15:28:13 -0700 Subject: [PATCH] This isn't the operator you are looking for. Move along. --- includes/polling/ports.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index 6b382bf68b..0435bfb6e4 100644 --- a/includes/polling/ports.inc.php +++ b/includes/polling/ports.inc.php @@ -422,7 +422,7 @@ foreach ($ports as $port) { // End parse ifAlias // Update IF-MIB metrics - $_stat_oids = $stat_oids_db + $stat_oids_db_extended; + $_stat_oids = array_merge($stat_oids_db, $stat_oids_db_extended); foreach ($_stat_oids as $oid) { $port_update = 'update'; $extended_metric = !in_array($oid, $stat_oids_db, true);