aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 09dcdb6e6e..b9e2d46cce 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -96,7 +96,7 @@ if(!$result = $db->sql_query($sql))
else
{
$config = $db->sql_fetchrow($result);
-
+
$board_config['sitename'] = stripslashes($config['sitename']);
$board_config['allow_html'] = $config['allow_html'];
$board_config['allow_bbcode'] = $config['allow_bbcode'];