From 5e7f9e1a0d07df18f3cb330ad48901bf5a2941db Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 23 Jul 2006 18:52:56 +0000 Subject: [PATCH] Silly copy and paste error :( git-svn-id: file:///svn/phpbb/trunk@6202 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . "&sub=&language=$language"; + $url = $this->module_url . '?mode=' . $this->mode . "&sub=$option&language=$language"; $template->assign_block_vars('l_block1', array( 'L_TITLE' => $l_option,