Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4

This commit is contained in:
Weblate 2015-06-10 16:41:05 +02:00
commit 397d803987
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
4.4.10.0 (not yet released)
- bug #4950 Issues in database selection for replication
- bug #4951 Trying to save chart as image crashes the browser
- bug #4953 cant drag sql.gz file onto import input
4.4.9.0 (2015-06-04)
- bug #4920 relation view doesn't list fields of table in other database

View File

@ -172,7 +172,7 @@ PMA_DROP_IMPORT = {
/**
* @var string array, allowed extensions for compressed files
*/
allowedCompressedExtensions: ['gzip', 'bzip2', 'zip'],
allowedCompressedExtensions: ['gz', 'bz2', 'zip'],
/**
* @var obj array to store message returned by import_status.php
*/