Opened 16 years ago
Closed 16 years ago
#11787 closed defect (bug) (fixed)
search by blog id under ms-sites.php uses the wrong parameter
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Multisite | Keywords: | has-patch commit |
| Focuses: | multisite | Cc: |
Description
it's using intval of the search string instead of the blog id.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
the case for non-numerical data is not covered in the above patch, and can lead to a division by zero further down if used because of ceil($total / $num).