fix config download from index.php in setup script

This commit is contained in:
Crack
2010-07-30 20:31:47 +02:00
parent dcc352a9dc
commit 23d74c9996

View File

@@ -36,7 +36,7 @@ function display_form_top($action = null, $method = 'post', $hidden_fields = nul
echo '<input type="hidden" name="check_page_refresh" id="check_page_refresh"'
. ' value="" />' . "\n";
}
echo PMA_generate_common_hidden_inputs() . "\n";
echo PMA_generate_common_hidden_inputs('', '', 0, 'server') . "\n";
echo PMA_getHiddenFields((array)$hidden_fields);
}