Actions
Bug #3402
closedRadio and select fields outputting PHP/CSV pass strings to array format function
Description
When outputting the PHP or CSV or a Select or Radio field it results in a string being passed to _arrayToFormat and causes the below warning and results in no value returned.
Warning: implode() [function.implode]: Invalid arguments passed in administrator\components\com_comprofiler\plugin.class.php on line 1396
https://www.joomlapolis.com/forum/153-professional-member-support/195796-kunena-gender#195841
Files
Actions
#1
Updated by krileon over 12 years ago
- File 3402.patch 3402.patch added
- File cb.core.php cb.core.php added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Patch applies proper formatting. CB 1.8 pre-patched file included for quick fix.
Updated by krileon over 12 years ago
- Subject changed from Radio and select fields outputting PHP/CSV pass strings to array fromat function to Radio and select fields outputting PHP/CSV pass strings to array format function
Updated by beat over 12 years ago
- Target version changed from CB 1.8.1 to CB 1.9
Updated by beat about 12 years ago
- Status changed from Resolved to Feedback
- Assignee changed from beat to krileon
- Estimated time set to 3:00 h
r1887 is imho a better alternate fix to output correctly name => value for non-array field-types.
Updated by beat about 12 years ago
- Status changed from Feedback to Closed
Kyle 31.12.2012 18:45: looks fine and seams to work fine
Great! Closing then this as fixed.
Actions