1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/10824] Clean up code a bit

PHPBB3-10824
This commit is contained in:
Marc Alexander
2020-10-31 14:16:40 +01:00
parent 646f9826ec
commit ed9be050ad
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class sanitizer
{
if (!empty($data))
{
$json_sanitizer = function (&$value, $key) {
$json_sanitizer = function (&$value) {
$type_cast_helper = new type_cast_helper();
$type_cast_helper->set_var($value, $value, gettype($value), true);
};