Fix warning on non-existent table
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
4c79495c87
commit
80d7f0dfa3
@ -275,6 +275,11 @@ class ExportXml extends ExportPlugin
|
||||
. Util::backquote($table),
|
||||
0
|
||||
);
|
||||
|
||||
if ($result === []) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$tbl = (string) $result[$table][1];
|
||||
|
||||
$is_view = $dbi->getTable($db, $table)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user