summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 28c5340ac..4d0a064f4 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -3541,7 +3541,7 @@ function system_date_format_delete($dfid) {
function system_archiver_info() {
$archivers['tar'] = array(
'class' => 'ArchiverTar',
- 'extensions' => array('tar', 'tar.gz', 'tar.bz2'),
+ 'extensions' => array('tar', 'tgz', 'tar.gz', 'tar.bz2'),
);
if (function_exists('zip_open')) {
$archivers['zip'] = array(