mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11700] Actually "one" in comments is not a class
PHPBB3-11700
This commit is contained in:
@@ -1007,7 +1007,7 @@ class auth
|
||||
// Successful session creation
|
||||
if ($result === true)
|
||||
{
|
||||
// If admin re-authentication we remove the old session entry because a new \one has been created...
|
||||
// If admin re-authentication we remove the old session entry because a new one has been created...
|
||||
if ($admin)
|
||||
{
|
||||
// the login array is used because the user ids do not differ for re-authentication
|
||||
|
Reference in New Issue
Block a user