Fixes in get errors from checked fields

This commit is contained in:
Antonio de la Rosa 2016-11-13 17:26:46 +01:00
parent 4cb8820a2b
commit e072fa9fc5
3 changed files with 5 additions and 2 deletions

View file

@ -2061,6 +2061,8 @@ class Webmodel {
$arr_std_error[]=I18n::lang('error_model', 'check_error_field_required', 'Error: Field required').' '.$key.' ';
$this->components[$key]->error=1;
if($this->components[$key]->std_error=='')
{