diff --git a/db_designer.php b/db_designer.php index c999b30745..cef3cc37ce 100644 --- a/db_designer.php +++ b/db_designer.php @@ -41,7 +41,7 @@ if (isset($_POST['dialog'])) { } elseif ($_POST['dialog'] == 'export') { $html = $databaseDesigner->getHtmlForSchemaExport( $GLOBALS['db'], - $_GET['selected_page'] + $_POST['selected_page'] ); } elseif ($_POST['dialog'] == 'add_table') { $script_display_field = $designerCommon->getTablesInfo();