1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15742] Remove get_magic_quotes_gpc() call

PHPBB3-15742
This commit is contained in:
Jakub Senko
2018-09-06 14:15:08 +02:00
parent bd90a53589
commit 8eb48e2812
3 changed files with 0 additions and 46 deletions

View File

@@ -150,8 +150,6 @@ class request implements \phpbb\request\request_interface
return;
}
$this->type_cast_helper->add_magic_quotes($value);
// setting to null means unsetting
if ($value === null)
{