#5820 - No validation for id parameter in stats module
0 guests and 0 members have recently viewed this.
The top 3 point earners from 22nd Mar 2026 to 29th Mar 2026.
| Gabri |
|
|
|---|---|---|
| Jason Verhagen |
|
|
| 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.