aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-09-22 13:32:28 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-09-22 13:32:28 +0000
commit08428f8fa133c43c05066ff0e307abe01d943fa0 (patch)
tree6fd52c4b643026b0b1f82f172032f8b45513e7a6 /phpBB/index.php
parent0f14f278d0fa9d765bb141ab79242a34fa73a883 (diff)
downloadforums-08428f8fa133c43c05066ff0e307abe01d943fa0.tar
forums-08428f8fa133c43c05066ff0e307abe01d943fa0.tar.gz
forums-08428f8fa133c43c05066ff0e307abe01d943fa0.tar.bz2
forums-08428f8fa133c43c05066ff0e307abe01d943fa0.tar.xz
forums-08428f8fa133c43c05066ff0e307abe01d943fa0.zip
merging 8904
git-svn-id: file:///svn/phpbb/trunk@8905 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index a9032f5e5d..2ed2e6ec2e 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -117,7 +117,7 @@ $template->assign_vars(array(
'S_LOGIN_ACTION' => append_sid('ucp', 'mode=login'),
'S_DISPLAY_BIRTHDAY_LIST' => ($config['load_birthdays']) ? true : false,
- 'U_MARK_FORUMS' => ($user->data['is_registered'] || $config['load_anon_lastread']) ? append_sid('index', 'mark=forums') : '',
+ 'U_MARK_FORUMS' => ($user->data['is_registered'] || $config['load_anon_lastread']) ? append_sid('index', 'hash=' . generate_link_hash('global') . '&amp;mark=forums') : '',
'U_MCP' => ($auth->acl_get('m_') || $auth->acl_getf_global('m_')) ? append_sid('mcp', 'i=main&amp;mode=front', true, $user->session_id) : '')
);