tell importplugin function not to load XmlExport
This commit is contained in:
parent
b681341d6c
commit
a040717237
@ -10,6 +10,7 @@ if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
if (! strlen($GLOBALS['db'])) { /* Can't do server export */
|
||||
$GLOBALS['skip_import'] = true;
|
||||
return;
|
||||
}
|
||||
|
||||
@ -532,4 +533,4 @@ class ExportXml extends ExportPlugin
|
||||
$this->_tables = $tables;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user