# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php +++ components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php @@ -700,7 +700,7 @@ $this->_prepareFieldMetaSave( $field, $user, $postdata, $reason ); foreach ( $field->getTableColumns() as $col ) { - $value = cbGetParam( $postdata, $col ); \ No newline at end of file + $value = cbGetParam( $postdata, $col, null, _CB_ALLOWRAW ); \ No newline at end of file // if ( $value === null ) { // $value = array(); // } elseif ( $field->type == 'radio' ) {