Bug #1908 ยป 1908.patch
components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php | ||
---|---|---|
$this->_prepareFieldMetaSave( $field, $user, $postdata, $reason );
|
||
|
||
foreach ( $field->getTableColumns() as $col ) {
|
||
$value = cbGetParam( $postdata, $col );
|
||
$value = cbGetParam( $postdata, $col, null, _CB_ALLOWRAW );
|
||
// if ( $value === null ) {
|
||
// $value = array();
|
||
// } elseif ( $field->type == 'radio' ) {
|