From da62e19833eaf5d757afda22b1f9a8dddbf0653c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 22 Jan 2016 15:27:15 +0100 Subject: [PATCH] Correctly handle what parameter on export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- export.php | 1 + 1 file changed, 1 insertion(+) diff --git a/export.php b/export.php index b781eaa18d..e50f4fdd4c 100644 --- a/export.php +++ b/export.php @@ -43,6 +43,7 @@ if (!defined('TESTSUITE')) { $post_params = array( 'db', 'table', + 'what', 'single_table', 'export_type', 'export_method',