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:
parent
4e88bf0fae
commit
2a34c01863
@ -217,7 +217,7 @@ $compression_methods = [
|
||||
/**
|
||||
* init and variable checking
|
||||
*/
|
||||
$compression = false;
|
||||
$compression = '';
|
||||
$onserver = false;
|
||||
$save_on_server = false;
|
||||
$buffer_needed = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user