mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
submit some attachment changes/fixes as well as fixing the language pack download for zip files.
git-svn-id: file:///svn/phpbb/trunk@6260 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -779,7 +779,7 @@ class acp_language
|
||||
|
||||
include_once($phpbb_root_path . 'includes/functions_compress.' . $phpEx);
|
||||
|
||||
if ($use_method == 'zip')
|
||||
if ($use_method == '.zip')
|
||||
{
|
||||
$compress = new compress_zip('w', $phpbb_root_path . 'store/lang_' . $row['lang_iso'] . $use_method);
|
||||
}
|
||||
|
Reference in New Issue
Block a user