mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11095] Restore brace on previous line.
PHPBB3-11095
This commit is contained in:
parent
3e907265d5
commit
11ca272692
1 changed files with 1 additions and 2 deletions
|
@ -5558,8 +5558,7 @@ function phpbb_to_numeric($input)
|
|||
function phpbb_create_symfony_request(phpbb_request $request)
|
||||
{
|
||||
// This function is meant to sanitize the global input arrays
|
||||
$sanitizer = function(&$value, $key)
|
||||
{
|
||||
$sanitizer = function(&$value, $key) {
|
||||
$type_cast_helper = new phpbb_request_type_cast_helper();
|
||||
$type_cast_helper->set_var($value, $value, gettype($value), true);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue