Fixes in show_form for show the values and errors

This commit is contained in:
Antonio de la Rosa 2016-09-03 06:04:43 +02:00
parent 0fe53c7260
commit 340364b097

View file

@ -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);
} }