Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Not an Issue
-
Affects Version/s: 1.6.0RC2
-
Fix Version/s: None
-
Component/s: Zend_Validate
-
Labels:None
Description
to fix replace:
if (strval(floatval($valueFiltered)) != $valueFiltered) {
by:
if (strval(floatval($valueFiltered)) != $valueString) {
It's more logical (and works with other locale than 'en'...
There is patch in
ZF-3423.ZF-3423.