mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
err...
git-svn-id: file:///svn/phpbb/trunk@7762 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
db1014f02d
commit
0f8ec0d2f6
1 changed files with 1 additions and 2 deletions
|
@ -543,7 +543,6 @@ class session
|
|||
|
||||
$SID = '?sid=';
|
||||
$_SID = '';
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
@ -1508,7 +1507,7 @@ class user extends session
|
|||
}
|
||||
|
||||
// Make sure the user is able to hide his session
|
||||
if (if isset($this->data['session_viewonline']) && !$this->data['session_viewonline'])
|
||||
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…
Add table
Reference in a new issue