mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11700] The word "them" in a comment is not a class
PHPBB3-11700
This commit is contained in:
parent
3860b37741
commit
acea8f5c0a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
if ($renew)
|
||||||
{
|
{
|
||||||
$this->acl_cache($userdata);
|
$this->acl_cache($userdata);
|
||||||
|
|
Loading…
Add table
Reference in a new issue