mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This reverts commit cfc51d51f5
.
This commit is contained in:
@@ -214,7 +214,7 @@ class Schema
|
||||
return [$table, $target];
|
||||
}
|
||||
|
||||
$table_relations = $relationships[$table] ?? [];
|
||||
$table_relations = $relationships[$table];
|
||||
d_echo("Searching $table: " . json_encode($table_relations) . PHP_EOL);
|
||||
|
||||
if (!empty($table_relations)) {
|
||||
|
Reference in New Issue
Block a user