#19786 closed defect (bug) (worksforme)
make sure $step is an integer. some space fixes.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Upgrade/Install | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Make sure the step variable is an integer if isset
Attachments (1)
Change History (7)
comment:1
DrewAPicture — 17 months ago
- Keywords has-patch added
comment:2
DrewAPicture — 17 months ago
- Version set to 3.3.1
comment:3
linuxologos — 17 months ago
- Version 3.3.1 deleted
comment:4
SergeyBiryukov — 17 months ago
- Milestone changed from Awaiting Review to 3.4
- Milestone 3.4 deleted
- Resolution set to worksforme
- Status changed from new to closed
$step = isset( $_GET['step'] ) ? (int) $_GET['step'] : 0; is already in core.
Note: See
TracTickets for help on using
tickets.

That piece of code is much much older! Actually from the beginning. ;)