diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-14 15:24:09 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-14 15:24:09 +0000 |
| commit | e5151b0fc62c054f71ebe530070420bb6ff463c1 (patch) | |
| tree | df969640a05cc5a8b0f82c1e83d42b9e26d27ee6 /phpBB/includes/session.php | |
| parent | 6813967ae1024d386c6f829256a66f9391791dda (diff) | |
| download | forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar.gz forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar.bz2 forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.tar.xz forums-e5151b0fc62c054f71ebe530070420bb6ff463c1.zip | |
*grumble*
git-svn-id: file:///svn/phpbb/trunk@7756 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/session.php')
| -rw-r--r-- | phpBB/includes/session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 4f1732f30c..54f0167ab2 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -1520,7 +1520,7 @@ class user extends session $this->data['session_viewonline'] = 1; } } - elseif (!$this->data['user_allow_viewonline']) + else if (!$this->data['user_allow_viewonline']) { // the user wants to hide and is allowed to -> cloaking device on. if ($auth->acl_get('u_hideonline')) |
