Fixes on fields for show errors properly
This commit is contained in:
parent
f0860b413a
commit
f3b4b4e454
5 changed files with 35 additions and 8 deletions
|
|
@ -50,7 +50,7 @@ class EmailField extends PhangoField {
|
|||
else
|
||||
{
|
||||
|
||||
$this->std_error.='Email format error';
|
||||
$this->std_error='Email format error';
|
||||
|
||||
return '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue