mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Merge changes made in revisions #r9405 to #r9467
2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -234,7 +234,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
||||
// Handle marking posts
|
||||
if ($mark_read == 'forums' || $mark_read == 'all')
|
||||
{
|
||||
$redirect = phpbb::$url->build_url('mark', 'hash');
|
||||
$redirect = phpbb::$url->build_url(array('mark', 'hash'));
|
||||
$token = request_var('hash', '');
|
||||
|
||||
if (phpbb::$security->check_link($token, 'global'))
|
||||
|
Reference in New Issue
Block a user