1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

* 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
This commit is contained in:
Graham Eames
2006-09-16 19:36:48 +00:00
parent 26d4694071
commit bbc4a0c3fe
3 changed files with 13 additions and 6 deletions

View File

@@ -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();