aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 3ab5393cd9..c0b4121a3e 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -109,7 +109,7 @@ if ($forum_data['forum_link'])
$db->sql_query($sql);
}
- redirect($forum_data['forum_link']);
+ redirect(str_replace('&', '&', $forum_data['forum_link']));
}
// Configure style, language, etc.