Opened 17 years ago
Closed 17 years ago
#1221 closed defect (bug) (fixed)
xprofile xprofile_insert_field - description arg wrong
| Reported by: | DJPaul | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.