aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-08 16:42:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-08 16:42:56 +0000
commit8a9c37162a20452730ea3e8e5e977c73ffb562e8 (patch)
treeb57275dae479b2138ab343ca558ccd0d711409aa /phpBB/viewforum.php
parentfcec5b61daecb4a0174418d3851ee1e0e8a0d93c (diff)
downloadforums-8a9c37162a20452730ea3e8e5e977c73ffb562e8.tar
forums-8a9c37162a20452730ea3e8e5e977c73ffb562e8.tar.gz
forums-8a9c37162a20452730ea3e8e5e977c73ffb562e8.tar.bz2
forums-8a9c37162a20452730ea3e8e5e977c73ffb562e8.tar.xz
forums-8a9c37162a20452730ea3e8e5e977c73ffb562e8.zip
apply correct check for hiding session
git-svn-id: file:///svn/phpbb/trunk@7151 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 9b18995ca4..ea71ea2b1f 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -156,7 +156,6 @@ if (!$auth->acl_get('f_read', $forum_id))
'S_NO_READ_ACCESS' => true,
'S_AUTOLOGIN_ENABLED' => ($config['allow_autologin']) ? true : false,
- 'S_ALLOW_HIDE_ONLINE' => ($auth->acl_get('u_hideonline')) ? true : false,
'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login') . '&amp;redirect=' . urlencode(str_replace('&amp;', '&', build_url(array('_f_')))),
));