Opened 10 years ago
Closed 10 years ago
#30295 closed defect (bug) (fixed)
wpdb __get() should use strict name checks
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Database | Keywords: | |
Focuses: | Cc: |
Description
__get()
currently uses a loose comparison against column names. It should be using a strict check.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Forgot to reference this ticket in the commit message. Fixed in [30292].