mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Quick fix for route discovery on PHP8 (#13284)
This commit is contained in:
@@ -282,7 +282,7 @@ if ($mpls_skip != 1) {
|
||||
d_echo(isset($current));
|
||||
d_echo(isset($current['db']));
|
||||
d_echo($current['db']);
|
||||
d_echo(count($current['db']));
|
||||
d_echo(count($current['db'] ?? []));
|
||||
d_echo($delete_row[$current['db']['route_id']]);
|
||||
$entry['created_at'] = ['NOW()'];
|
||||
$create_row[] = $entry;
|
||||
|
Reference in New Issue
Block a user