mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix scrutinizer issue
This commit is contained in:
@@ -32,7 +32,7 @@ function rrd_array_filter($arr)
|
||||
if (strpos($k, 'rrd_') === 0) {
|
||||
continue;
|
||||
}
|
||||
$result[$t] = $v;
|
||||
$result[$k] = $v;
|
||||
}
|
||||
return $result;
|
||||
} // rrd_array_filter
|
||||
|
Reference in New Issue
Block a user