diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-04-17 16:10:39 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-04-17 16:10:39 +0000 |
commit | 53aa37cd6665880e795dc924eb12b2fdd9c74a7f (patch) | |
tree | 24bcbb72c3982334e5b04545e866a2e3f31d4255 | |
parent | 4307a2c07f6559a71c3cf67f0cde60704ee373ea (diff) | |
download | forums-53aa37cd6665880e795dc924eb12b2fdd9c74a7f.tar forums-53aa37cd6665880e795dc924eb12b2fdd9c74a7f.tar.gz forums-53aa37cd6665880e795dc924eb12b2fdd9c74a7f.tar.bz2 forums-53aa37cd6665880e795dc924eb12b2fdd9c74a7f.tar.xz forums-53aa37cd6665880e795dc924eb12b2fdd9c74a7f.zip |
#44105
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9467 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index ab003f8c65..fdcc118269 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -237,7 +237,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod // Handle marking posts if ($mark_read == 'forums' || $mark_read == 'all') { - $redirect = build_url('mark', 'hash'); + $redirect = build_url(array('mark', 'hash')); $token = request_var('hash', ''); if (check_link_hash($token, 'global')) { |