Opened 19 years ago
Closed 19 years ago
#1490 closed defect (bug) (fixed)
update_usermeta incorrectly sanitizes the meta key name [patch]
Reported by: | mdawaffe | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | General | Keywords: | usermeta |
Focuses: | Cc: |
Description
There is a preg_match typo in update_usermeta() resulting in (essentially) no sanitization of the meta key name.
Patch attached.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
patch to fix sanitization of meta key in update_usermeta()