mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -1209,7 +1209,8 @@ function get_config()
|
||||
if (is_array($convert->config_schema['table_format']))
|
||||
{
|
||||
$convert_config = array();
|
||||
list($key, $val) = each($convert->config_schema['table_format']);
|
||||
$key = key($convert->config_schema['table_format']);
|
||||
$val = current($convert->config_schema['table_format']);
|
||||
|
||||
do
|
||||
{
|
||||
|
Reference in New Issue
Block a user