Index: components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php (revision 1824) +++ components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php (revision ) @@ -67,7 +67,7 @@ . '}, "' . addslashes( $pregExpError ) . '"); '); $value = $user->get( $field->name ); - return $this->_fieldEditToHtml( $field, $user, $reason, 'input', 'text', $value, '', null, true, array( $this->getMetaClass( $field, array( $validationId . ':true' ) ) ) ); + return $this->_fieldEditToHtml( $field, $user, $reason, 'input', $field->type, $value, '', null, true, array( $this->getMetaClass( $field, array( $validationId . ':true' ) ) ) ); } } } \ No newline at end of file