[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 else
{ {
if(get_magic_quotes_runtime()) if (get_magic_quotes_runtime())
{ {
// Deactivate // Deactivate
@set_magic_quotes_runtime(0); @set_magic_quotes_runtime(0);