Changes between Initial Version and Version 1 of Ticket #58988, comment 2
- Timestamp:
- 06/02/2024 10:05:46 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58988, comment 2
initial v1 1 Thanks for the ticket and the patch! As noted above, aPR on the other ticket should already cover this.1 Thanks for the ticket and the patch! As noted above, the PR on the other ticket should already cover this. 2 2 3 3 Some of these changes would need double-checking, as the values passed in `$_GET` or `$_POST` arrays are strings, so for example `1 === $_GET['test']` or `1 === $_POST['delete']` might not work as expected.