diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:50:47 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:50:47 +0200 |
commit | 3860b37741c21576dae2f02e3754aa322c24567f (patch) | |
tree | 7eea95a08ae14a57a4da414d1ce717df2bd6915e /phpBB/phpbb/auth/auth.php | |
parent | 8fd84ae87933a3fa537fc7d1496da08ff2be811a (diff) | |
download | forums-3860b37741c21576dae2f02e3754aa322c24567f.tar forums-3860b37741c21576dae2f02e3754aa322c24567f.tar.gz forums-3860b37741c21576dae2f02e3754aa322c24567f.tar.bz2 forums-3860b37741c21576dae2f02e3754aa322c24567f.tar.xz forums-3860b37741c21576dae2f02e3754aa322c24567f.zip |
[ticket/11700] Actually "one" in comments is not a class
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/auth/auth.php')
-rw-r--r-- | phpBB/phpbb/auth/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/auth.php b/phpBB/phpbb/auth/auth.php index 5c76b64281..05d7d5e97b 100644 --- a/phpBB/phpbb/auth/auth.php +++ b/phpBB/phpbb/auth/auth.php @@ -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 |