mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-27 05:31:32 +01:00
some language additions and tiny bugfixes related to the request_var change
git-svn-id: file:///svn/phpbb/trunk@5156 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -238,7 +238,7 @@ if (isset($display_vars['lang']))
|
||||
}
|
||||
|
||||
$new = $config;
|
||||
$cfg_array = (isset($_REQUEST['config'])) ? request_var('config', '') : $new;
|
||||
$cfg_array = (isset($_REQUEST['config'])) ? request_var('config', array('' => '')) : $new;
|
||||
|
||||
// We go through the display_vars to make sure no one is trying to set variables he/she is not allowed to...
|
||||
foreach ($display_vars['vars'] as $config_name => $null)
|
||||
|
||||
Reference in New Issue
Block a user