aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 . "&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,