Closed cameron1729 closed 1 year ago
To reproduce:
This is because status.php has the following: $id = required_param('id', PARAM_INT); but the IDs for tools are strings like 642d1e490c961
status.php
$id = required_param('id', PARAM_INT);
To reproduce:
This is because
status.php
has the following:$id = required_param('id', PARAM_INT);
but the IDs for tools are strings like 642d1e490c961