Closed (fixed)
Project:
Profile pictures
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2010 at 17:27 UTC
Updated:
29 Jul 2010 at 20:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
yeputons commentedThank you for report. It's a real bug.
Quick patch (for all versions): change line 64 in profile_pictures.module from
to
CVS patch is attached. Please report wheither it helped you.
Comment #2
yeputons commentedComment #3
jenna.tollersonApplied the patch, explanation text appeared. Excellent!
Comment #4
yeputons commentedFixed #855416: Explanation doesn't show in UI by yeputons (reported by jenna.tollerson): explanation doesn't show in UI:
Explanation is stored in $field->explanation, not $field->description. Changed.