[ticket/11700] The word "them" in a comment is not a class

PHPBB3-11700
This commit is contained in:
Nils Adermann 2013-09-16 03:51:25 +02:00
parent 3860b37741
commit acea8f5c0a

View file

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