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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user