mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9467 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4307a2c07f
commit
53aa37cd66
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
||||||
// Handle marking posts
|
// Handle marking posts
|
||||||
if ($mark_read == 'forums' || $mark_read == 'all')
|
if ($mark_read == 'forums' || $mark_read == 'all')
|
||||||
{
|
{
|
||||||
$redirect = build_url('mark', 'hash');
|
$redirect = build_url(array('mark', 'hash'));
|
||||||
$token = request_var('hash', '');
|
$token = request_var('hash', '');
|
||||||
if (check_link_hash($token, 'global'))
|
if (check_link_hash($token, 'global'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue