diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:51:25 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:51:42 +0200 |
commit | acea8f5c0a5d0901b25e4055dd6dfc4b8bebe707 (patch) | |
tree | 7fbf38b2f23daf0e02d317d146b4fd38cbaf1942 /phpBB | |
parent | 3860b37741c21576dae2f02e3754aa322c24567f (diff) | |
download | forums-acea8f5c0a5d0901b25e4055dd6dfc4b8bebe707.tar forums-acea8f5c0a5d0901b25e4055dd6dfc4b8bebe707.tar.gz forums-acea8f5c0a5d0901b25e4055dd6dfc4b8bebe707.tar.bz2 forums-acea8f5c0a5d0901b25e4055dd6dfc4b8bebe707.tar.xz forums-acea8f5c0a5d0901b25e4055dd6dfc4b8bebe707.zip |
[ticket/11700] The word "them" in a comment is not a class
PHPBB3-11700
Diffstat (limited to 'phpBB')
-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 05d7d5e97b..b5cc675838 100644 --- a/phpBB/phpbb/auth/auth.php +++ b/phpBB/phpbb/auth/auth.php @@ -94,7 +94,7 @@ class auth } } - // If a bitstring within the list does not match the options, we have a user with incorrect permissions set and need to renew \them + // If a bitstring within the list does not match the options, we have a user with incorrect permissions set and need to renew them if ($renew) { $this->acl_cache($userdata); |