# 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 @@ -2253,7 +2253,7 @@ $col = $field->name; $value = $user->$col; $html = $this->_fieldEditToHtml( $field, $user, $reason, 'input', 'select', $value, '', $choices ); - $html = $this->_fieldSearchModeHtml( $field, $user, $html, 'none', $list_compare_types ); //TBD: Has avatarapproved... \ No newline at end of file + $html = $this->_fieldSearchModeHtml( $field, $user, $html, 'singlechoice', $list_compare_types ); //TBD: Has avatarapproved... \ No newline at end of file } else { $html = $this->_htmlEditForm( $field, $user, $reason ); }