Add missing parameter (issue #12941)
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
f67ac81675
commit
736e2061b8
@ -23,7 +23,7 @@ if ($foreign_db) {
|
||||
if (isset($existrel[$myfield])) {
|
||||
$foreign_table = $existrel[$myfield]['foreign_table'];
|
||||
}
|
||||
$tables = $GLOBALS['dbi']->getTables();
|
||||
$tables = $GLOBALS['dbi']->getTables($foreign_db);
|
||||
}
|
||||
|
||||
// column dropdown
|
||||
|
||||
Loading…
Reference in New Issue
Block a user