1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 07:16:36 +02:00

[ticket/13923] CS

PHPBB3-13923
This commit is contained in:
Tristan Darricau 2015-06-09 21:22:52 +02:00
parent c78ee4e201
commit b5573bb92d

View File

@ -94,7 +94,7 @@ if (version_compare(PHP_VERSION, '5.4.0-dev', '>='))
}
else
{
if(get_magic_quotes_runtime())
if (get_magic_quotes_runtime())
{
// Deactivate
@set_magic_quotes_runtime(0);