Merge branch 'QA_4_8'

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-05-11 00:55:03 +02:00
commit 609f9fd871
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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();