Opened 13 years ago
Closed 13 years ago
#3940 closed defect (bug) (fixed)
BP_XProfile_ProfileData#save() does not check properly for DB errors
Reported by: | andre.w8 | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | trivial | Version: | 1.5.3 |
Component: | Extended Profile | Keywords: | has-patch needs-testing |
Cc: |
Description
BP_XProfile_ProfileData#save() does not check properly for return value of
$wpdb->query(…);
when saving profile data.
see: http://codex.wordpress.org/Class_Reference/wpdb#Run_Any_Query_on_the_Database
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5643]) Correctly check for return type from $wpdb->query. Fixes #3940, props andre.w8