@@ -361,7 +361,7 @@ |
||
| 361 | 361 | . " OR" |
| 362 | 362 | . " ( u.id = c.silverbullet_user_id AND c.expiry >= NOW() AND c.revocation_status != 'REVOKED' ) " |
| 363 | 363 | . ")", "i", $this->identifier); |
| 364 | - // SELECT -> resource, not boolean |
|
| 364 | + // SELECT -> resource, not boolean |
|
| 365 | 365 | while ($res = mysqli_fetch_object(/** @scrutinizer ignore-type */ $users)) { |
| 366 | 366 | $userCount[$res->usercount] = "ACTIVE"; |
| 367 | 367 | } |