Opened 15 years ago
Closed 15 years ago
#1221 closed defect (bug) (fixed)
xprofile xprofile_insert_field - description arg wrong
Reported by: | DJPaul | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.2 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | xprofile, has-patch | |
Cc: |
Description
xprofile_insert_field()
line 832 needs to be
$field->desc = $description;
and not
$field->description = $description;
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Renaming everything else the other way around makes more sense because it brings it in line with the database table column named 'description' and also bp-groups, which uses ->description.