diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-08-11 13:21:51 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-08-11 13:21:51 +0000 |
commit | 7508b00978565e1c1984be6a62e1142059d1daf0 (patch) | |
tree | 658f6eb89e6438b401cd3162c963dde2cd9afea0 /phpBB/includes/acp | |
parent | b70a0369af93c881475e1b6176a8e2afd94d3e37 (diff) | |
download | forums-7508b00978565e1c1984be6a62e1142059d1daf0.tar forums-7508b00978565e1c1984be6a62e1142059d1daf0.tar.gz forums-7508b00978565e1c1984be6a62e1142059d1daf0.tar.bz2 forums-7508b00978565e1c1984be6a62e1142059d1daf0.tar.xz forums-7508b00978565e1c1984be6a62e1142059d1daf0.zip |
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
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r-- | phpBB/includes/acp/acp_language.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_language.php b/phpBB/includes/acp/acp_language.php index f010657fe4..29aabe240f 100644 --- a/phpBB/includes/acp/acp_language.php +++ b/phpBB/includes/acp/acp_language.php @@ -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); } |