mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
git-svn-id: file:///svn/phpbb/trunk@7801 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1510,6 +1510,8 @@ class user extends session
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($this->data['session_viewonline']))
|
||||||
|
{
|
||||||
// Make sure the user is able to hide his session
|
// Make sure the user is able to hide his session
|
||||||
if (!$this->data['session_viewonline'])
|
if (!$this->data['session_viewonline'])
|
||||||
{
|
{
|
||||||
@@ -1535,6 +1537,7 @@ class user extends session
|
|||||||
$this->data['session_viewonline'] = 0;
|
$this->data['session_viewonline'] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Does the user need to change their password? If so, redirect to the
|
// Does the user need to change their password? If so, redirect to the
|
||||||
|
Reference in New Issue
Block a user