1
0
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:
Henry Sudhof 2007-06-15 16:52:54 +00:00
parent 87c4ec75e3
commit db1014f02d

View File

@ -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'))