aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 03:51:25 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 03:51:42 +0200
commitacea8f5c0a5d0901b25e4055dd6dfc4b8bebe707 (patch)
tree7fbf38b2f23daf0e02d317d146b4fd38cbaf1942 /phpBB
parent3860b37741c21576dae2f02e3754aa322c24567f (diff)
downloadforums-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.php2
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);