mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
FIX TP-Link JetStream 3.0.0 Build 20180511 Rel.36491(s) T1500-28PCT 3.0 (#15318)
This commit is contained in:
@@ -402,7 +402,9 @@ if (Config::get('enable_ports_poe')) {
|
||||
|
||||
foreach ($port_stats_poe as $p_index => $p_stats) {
|
||||
$if_id = $port_ent_to_if[$p_index];
|
||||
$port_stats[$if_id] = array_merge($port_stats[$if_id], $p_stats);
|
||||
if (is_array($port_stats[$if_id])) {
|
||||
$port_stats[$if_id] = array_merge($port_stats[$if_id], $p_stats);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user