@@ -73,7 +73,7 @@ |
||
| 73 | 73 | ->andWhere('g.game = :game') |
| 74 | 74 | ->setParameter('game', $game) |
| 75 | 75 | ->andWhere('pc.platform IS NOT NULL') |
| 76 | - ->orderBy("pc.lastUpdate", "DESC") |
|
| 76 | + ->orderBy("pc.lastUpdate", "DESC") |
|
| 77 | 77 | ->setMaxResults(1); |
| 78 | 78 | |
| 79 | 79 | $playerChart = $query->getQuery()->getOneOrNullResult(); |