aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-06-09 19:27:08 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-06-09 19:27:08 +0000
commit898decd6cc4876269d14071431898fd8f547556e (patch)
treed6a01af3505f2ca75ee9ca06b608110b6dcb8f78 /phpBB/includes/acp
parent753994810a19422d7145fcd615754dcb558bc52a (diff)
downloadforums-898decd6cc4876269d14071431898fd8f547556e.tar
forums-898decd6cc4876269d14071431898fd8f547556e.tar.gz
forums-898decd6cc4876269d14071431898fd8f547556e.tar.bz2
forums-898decd6cc4876269d14071431898fd8f547556e.tar.xz
forums-898decd6cc4876269d14071431898fd8f547556e.zip
- Language download works again
git-svn-id: file:///svn/phpbb/trunk@6029 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_language.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_language.php b/phpBB/includes/acp/acp_language.php
index 2fbe2aec2f..b9001b24da 100644
--- a/phpBB/includes/acp/acp_language.php
+++ b/phpBB/includes/acp/acp_language.php
@@ -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