Form/Integer now shows 0 in post submission page (Thanks perlDreamer)
This commit is contained in:
parent
bce3f54896
commit
fd038fd0c8
3 changed files with 3 additions and 1 deletions
|
|
@ -177,6 +177,7 @@ sub process {
|
|||
if ($value =~ /^[\s]+$/) {
|
||||
return undef;
|
||||
}
|
||||
$self->session->log->error("FormValidator $value");
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue