Fixed an inconsistency in set_values-form
This commit is contained in:
parent
6a608f0389
commit
f0860b413a
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ class ModelForm {
|
|||
* @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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue