mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:10:18 +02:00
[ticket/8713] Always trim array keys.
PHPBB3-8713
This commit is contained in:
@@ -184,7 +184,7 @@ class phpbb_request_type_cast_helper implements phpbb_request_type_cast_helper_i
|
||||
|
||||
foreach ($_var as $k => $v)
|
||||
{
|
||||
$this->set_var($k, $k, $key_type, $multibyte, $trim);
|
||||
$this->set_var($k, $k, $key_type, $multibyte);
|
||||
|
||||
$this->recursive_set_var($v, $default_value, $multibyte, $trim);
|
||||
$var[$k] = $v;
|
||||
|
Reference in New Issue
Block a user