Fixes in show_form for show the values and errors
This commit is contained in:
parent
0fe53c7260
commit
340364b097
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ class ModelForm {
|
||||||
if($pass_values)
|
if($pass_values)
|
||||||
{
|
{
|
||||||
|
|
||||||
$post=check_form($arr_form, $post);
|
ModelForm::set_values_form($arr_form, $post, $show_error=1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue