mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-09 09:05:23 +02:00
well, oops.
#12441 git-svn-id: file:///svn/phpbb/trunk@7761 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
87c4ec75e3
commit
db1014f02d
@ -1508,7 +1508,7 @@ class user extends session
|
||||
}
|
||||
|
||||
// Make sure the user is able to hide his session
|
||||
if (!$this->data['session_viewonline'])
|
||||
if (if isset($this->data['session_viewonline']) && !$this->data['session_viewonline'])
|
||||
{
|
||||
// Reset online status if not allowed to hide the session...
|
||||
if (!$auth->acl_get('u_hideonline'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user