There was an error while loading. Please reload this page.
1 parent 449dbae commit 1d4ccf6Copy full SHA for 1d4ccf6
1 file changed
system/Common.php
@@ -467,7 +467,6 @@ function esc($data, string $context = 'html', ?string $encoding = null)
467
foreach ($data as &$value) {
468
$value = esc($value, $context, $encoding);
469
}
470
- unset($value); // Prevent reference leak: &$value would remain bound to last element
471
472
return $data;
473
0 commit comments