Fixes in get errors from checked fields
This commit is contained in:
parent
4cb8820a2b
commit
e072fa9fc5
3 changed files with 5 additions and 2 deletions
|
|
@ -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=='')
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue