mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove set numeric from ports (#5442)
This commit is contained in:
@@ -695,7 +695,6 @@ foreach ($ports as $port) {
|
||||
if (!isset($val_check)) {
|
||||
unset($port['update'][$key]);
|
||||
}
|
||||
$port['update'][$key] = set_numeric($val_check);
|
||||
}
|
||||
|
||||
// Update Database
|
||||
|
||||
Reference in New Issue
Block a user