aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-23 20:59:08 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-23 20:59:08 +0000
commit4680dfce39f98f9953dea493af8c2245e0570649 (patch)
treeeb5d6dc3bc058314cc0da9995779623b8d5f9039 /phpBB/install/install_install.php
parent5e7f9e1a0d07df18f3cb330ad48901bf5a2941db (diff)
downloadforums-4680dfce39f98f9953dea493af8c2245e0570649.tar
forums-4680dfce39f98f9953dea493af8c2245e0570649.tar.gz
forums-4680dfce39f98f9953dea493af8c2245e0570649.tar.bz2
forums-4680dfce39f98f9953dea493af8c2245e0570649.tar.xz
forums-4680dfce39f98f9953dea493af8c2245e0570649.zip
Include a link to the post by default when issuing a warning
git-svn-id: file:///svn/phpbb/trunk@6203 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
-rwxr-xr-xphpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 66f121ad19..14b703e29f 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -54,7 +54,7 @@ class install_install extends module
'TITLE' => $lang['INSTALL_INTRO'],
'BODY' => $lang['INSTALL_INTRO_BODY'],
'L_SUBMIT' => $lang['NEXT'],
- 'S_LANG_SELECT' => '<select name="language">' . $this->p_master->inst_language_select() . '</select>',
+ 'S_LANG_SELECT' => '<select name="language">' . $this->p_master->inst_language_select($language) . '</select>',
'U_ACTION' => $this->p_master->module_url . "?mode=$mode&amp;sub=requirements&amp;language=$language",
));