X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FUserCache.php;h=5c752926283032726f70dc0fbbf0df558267368f;hb=84b9564e507e23a817bb71b50d4bb8933c6c8bd2;hp=016306aff87eec04296267424116b62e58483b62;hpb=7e350ba150404509d764c96a5ea4dbc9aa51d3ac;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(); - } /**