Bug #3599 ยป 3599.patch
components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php (revision ) | ||
---|---|---|
. '}, "' . 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' ) ) ) );
|
||
}
|
||
}
|
||
}
|