Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f8fa4005
Commit
f8fa4005
authored
Feb 01, 2010
by
Dries
Browse files
- Patch
#700592
by dww: ArchiverTar class supports .tgz but we didn't recognize it.
parent
83277eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
f8fa4005
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment