mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13923] CS
PHPBB3-13923
This commit is contained in:
parent
c78ee4e201
commit
b5573bb92d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue