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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user