aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-23 18:52:56 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-23 18:52:56 +0000
commit5e7f9e1a0d07df18f3cb330ad48901bf5a2941db (patch)
treee563de3372231385feaf7be221830545c7a11b28
parentba5d555669c0e3833b6a01842d5f5eb5055742c5 (diff)
downloadforums-5e7f9e1a0d07df18f3cb330ad48901bf5a2941db.tar
forums-5e7f9e1a0d07df18f3cb330ad48901bf5a2941db.tar.gz
forums-5e7f9e1a0d07df18f3cb330ad48901bf5a2941db.tar.bz2
forums-5e7f9e1a0d07df18f3cb330ad48901bf5a2941db.tar.xz
forums-5e7f9e1a0d07df18f3cb330ad48901bf5a2941db.zip
Silly copy and paste error :(
git-svn-id: file:///svn/phpbb/trunk@6202 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-xphpBB/install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 53182f444e..6539fee1b3 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -439,7 +439,7 @@ class module
{
$l_option = (!empty($lang['SUB_' . $option])) ? $lang['SUB_' . $option] : preg_replace('#_#', ' ', $option);
$option = strtolower($option);
- $url = $this->module_url . '?mode=' . $this->mode . "&amp;sub=&amp;language=$language";
+ $url = $this->module_url . '?mode=' . $this->mode . "&amp;sub=$option&amp;language=$language";
$template->assign_block_vars('l_block1', array(
'L_TITLE' => $l_option,