1
0
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:
Nils Adermann
2013-09-16 03:50:47 +02:00
parent 8fd84ae879
commit 3860b37741
3 changed files with 5 additions and 5 deletions

View File

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