From 365d98d4c6b19f9289161bbd9471d9f0bf542c95 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 18 Jun 2015 15:22:32 +0530 Subject: Revert "Remove unused parameter $db" This reverts commit d862940cb397cd9e69bba4d356a2e6b7b12dc3ca. --- schema_export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema_export.php') 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']); } -- cgit v1.2.3