X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2Fcache%2FUserCache.php;h=5c752926283032726f70dc0fbbf0df558267368f;hb=9f026c24ec2f1e2b4374c77b42b6547f55848872;hp=016306aff87eec04296267424116b62e58483b62;hpb=59e7337ea612d03d08b67e6ada707e3d7ced738d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/UserCache.php b/includes/cache/UserCache.php index 016306aff8..5c75292628 100644 --- a/includes/cache/UserCache.php +++ b/includes/cache/UserCache.php @@ -80,7 +80,6 @@ class UserCache { * @param string $caller The calling method */ public function doQuery( array $userIds, $options = [], $caller = '' ) { - $usersToCheck = []; $usersToQuery = []; @@ -132,7 +131,6 @@ class UserCache { } } $lb->execute(); - } /**