diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-08 16:42:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-08 16:42:56 +0000 |
commit | 8a9c37162a20452730ea3e8e5e977c73ffb562e8 (patch) | |
tree | b57275dae479b2138ab343ca558ccd0d711409aa /phpBB/viewforum.php | |
parent | fcec5b61daecb4a0174418d3851ee1e0e8a0d93c (diff) | |
download | forums-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.php | 1 |
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') . '&redirect=' . urlencode(str_replace('&', '&', build_url(array('_f_')))), )); |