Project

General

Profile

Bug #3599 ยป 3599.patch

krileon, 18 July 2012 22:03

View differences:

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' ) ) ) );
}
}
}
    (1-1/1)