Fix bug #14323, parse type error when exporting.

Redoing the commit from https://github.com/phpmyadmin/phpmyadmin/pull/14316

Signed-off-by: Dave Macías <HurtadoTheDave86@hotmail.com>

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Dave Macías 2018-06-02 14:55:28 -04:00 committed by Isaac Bennetch
parent 4e88bf0fae
commit 2a34c01863

View File

@ -217,7 +217,7 @@ $compression_methods = [
/**
* init and variable checking
*/
$compression = false;
$compression = '';
$onserver = false;
$save_on_server = false;
$buffer_needed = false;