diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-09-16 19:36:48 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-09-16 19:36:48 +0000 |
| commit | bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a (patch) | |
| tree | 2026aeecf314c8c5ce7e778165f18c74c6b05af6 /phpBB/install/install_install.php | |
| parent | 26d4694071964ea48501b2126a679a3a9065bc0a (diff) | |
| download | forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar.gz forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar.bz2 forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.tar.xz forums-bbc4a0c3feb12bdd2b8231f2bb052be974b16f4a.zip | |
* Fix default language option if more than one pack is present
* Fix moderator roles to match their description
* Add new forum role for closer mapping of converted permissions
git-svn-id: file:///svn/phpbb/trunk@6375 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
| -rwxr-xr-x | phpBB/install/install_install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 47f3ab5565..9bc0e78bba 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -559,6 +559,8 @@ class install_install extends module $s_hidden_fields = ($img_imagick) ? '<input type="hidden" name="img_imagick" value="' . addslashes($img_imagick) . '" />' : ''; $passed = false; + $default_lang = ($default_lang !== '') ? $default_lang : $language; + if (isset($_POST['check'])) { $error = array(); |
