Correct check against empty value in MD_STD_IN
This commit is contained in:
parent
566590135b
commit
bac86627e2
|
@ -55,7 +55,7 @@ class MD_STD_IN {
|
|||
]
|
||||
);
|
||||
|
||||
if ($input === null) {
|
||||
if ($input === false) {
|
||||
throw new MDpageParameterNotNumericException("Value is not numeric.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user