Form/Integer now shows 0 in post submission page (Thanks perlDreamer)

This commit is contained in:
Kaleb Murphy 2008-09-08 20:59:05 +00:00
parent bce3f54896
commit fd038fd0c8
3 changed files with 3 additions and 1 deletions

View file

@ -177,6 +177,7 @@ sub process {
if ($value =~ /^[\s]+$/) {
return undef;
}
$self->session->log->error("FormValidator $value");
return $value;
}
}