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:
parent
c78ee4e201
commit
b5573bb92d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user