mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
- fix severe bug with email hash calculation
- fix bug in convertor not correctly converting config values git-svn-id: file:///svn/phpbb/trunk@6927 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1181,6 +1181,12 @@ function restore_config($schema)
|
||||
|
||||
if ($config_value !== '')
|
||||
{
|
||||
// Most are...
|
||||
if (is_string($config_value))
|
||||
{
|
||||
$config_value = utf8_htmlspecialchars($config_value);
|
||||
}
|
||||
|
||||
set_config($config_name, $config_value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user