Opened 15 years ago
Closed 15 years ago
#3940 closed defect (bug) (fixed)
BP_XProfile_ProfileData#save() does not check properly for DB errors
| Reported by: | andre.w8 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Extended Profile | Version: | 1.5.3 |
| Severity: | trivial | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5643]) Correctly check for return type from $wpdb->query. Fixes #3940, props andre.w8