Fixes on fields for show errors properly

This commit is contained in:
Antonio de la Rosa 2015-08-27 17:25:07 +02:00
parent f0860b413a
commit f3b4b4e454
5 changed files with 35 additions and 8 deletions

View file

@ -50,7 +50,7 @@ class EmailField extends PhangoField {
else
{
$this->std_error.='Email format error';
$this->std_error='Email format error';
return '';