diff options
Diffstat (limited to 'phpBB/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index c576c2c1af..90cac12b19 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -101,7 +101,7 @@ if ($forum_data['forum_link']) $db->sql_query($sql); } - redirect(str_replace('&', '&', $forum_data['forum_link'])); + redirect($forum_data['forum_link']); } // Forum is passworded ... check whether access has been granted to this |
