mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
- Language download works again
git-svn-id: file:///svn/phpbb/trunk@6029 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
753994810a
commit
898decd6cc
1 changed files with 2 additions and 2 deletions
|
@ -797,11 +797,11 @@ class acp_language
|
|||
|
||||
if ($use_method == 'zip')
|
||||
{
|
||||
$compress = new compress_zip('w', $phpbb_root_path . 'store/lang_' . $row['lang_iso'] . '.' . $use_method);
|
||||
$compress = new compress_zip('w', $phpbb_root_path . 'store/lang_' . $row['lang_iso'] . $use_method);
|
||||
}
|
||||
else
|
||||
{
|
||||
$compress = new compress_tar('w', $phpbb_root_path . 'store/lang_' . $row['lang_iso'] . '.' . $use_method, $use_method);
|
||||
$compress = new compress_tar('w', $phpbb_root_path . 'store/lang_' . $row['lang_iso'] . $use_method, $use_method);
|
||||
}
|
||||
|
||||
// Get email templates
|
||||
|
|
Loading…
Add table
Reference in a new issue