aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/style.php b/phpBB/style.php
index cb2bcff115..de9e25ed1a 100644
--- a/phpBB/style.php
+++ b/phpBB/style.php
@@ -27,7 +27,7 @@ if (!defined('PHPBB_INSTALLED') || empty($dbms) || empty($acm_type))
if (version_compare(PHP_VERSION, '6.0.0-dev', '<'))
{
- set_magic_quotes_runtime(0);
+ @set_magic_quotes_runtime(0);
}
// Load Extensions