Fixed an inconsistency in set_values-form

This commit is contained in:
Antonio de la Rosa 2015-08-27 04:51:30 +02:00
parent 6a608f0389
commit f0860b413a

View file

@ -375,7 +375,7 @@ class ModelForm {
* @param array $show_error An option for choose if in the form is showed * @param array $show_error An option for choose if in the form is showed
*/ */
static public function set_values_form($post, $arr_form, $show_error=1) static public function set_values_form($arr_form, $post, $show_error=1)
{ {
//Foreach to $post values //Foreach to $post values