Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'schema_export.php')
-rw-r--r--schema_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema_export.php b/schema_export.php
index ed468706ff..ec1c4e0b54 100644
--- a/schema_export.php
+++ b/schema_export.php
@@ -62,5 +62,5 @@ function PMA_processExportSchema($export_type)
}
$GLOBALS['dbi']->selectDb($GLOBALS['db']);
- $export_plugin->exportSchema();
+ $export_plugin->exportSchema($GLOBALS['db']);
}