mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 12:35:55 +02:00
[ticket/11440] Remove useless/incorrect comment.
PHPBB3-11440
This commit is contained in:
@ -70,7 +70,6 @@ class phpbb_user_loader
|
|||||||
{
|
{
|
||||||
$user_ids[] = ANONYMOUS;
|
$user_ids[] = ANONYMOUS;
|
||||||
|
|
||||||
// Load the users
|
|
||||||
$user_ids = array_unique($user_ids);
|
$user_ids = array_unique($user_ids);
|
||||||
|
|
||||||
// Do not load users we already have in $this->users
|
// Do not load users we already have in $this->users
|
||||||
|
Reference in New Issue
Block a user