#5820 - No validation for id parameter in stats module
0 guests and 0 members have recently viewed this.
The top 3 point earners from 17th May 2026 to 24th May 2026.
| Gabri |
|
|
|---|---|---|
| Adam Edington |
|
|
| jacobgkau |
|
|
There are no events at this time
If an invalid category ID was provided, we would try to access an array offset which does not exist to get the screen title.
This patch throws a missing resource error if the provided category ID does not exist.