Add missing parameter (issue #12941)

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-02-02 15:24:25 +01:00
parent f67ac81675
commit 736e2061b8

View File

@ -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