mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
fix previous
This commit is contained in:
parent
b8a651a931
commit
a710ff5e7f
@ -67,8 +67,8 @@ class NumericField extends BaseField
|
||||
public function __construct($ref = null, $tagname = null)
|
||||
{
|
||||
parent:: __construct($ref, $tagname);
|
||||
$this->minimum_value = PHP_FLOAT_MAX*-1;
|
||||
$this->maximum_value = PHP_FLOAT_MAX;
|
||||
$this->minimum_value = -1.0e200; // XXX replace with - PHP_FLOAT_MAX when available
|
||||
$this->maximum_value = 1.0e200; // PHP_FLOAT_MAX
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user