Fixes for the new behaviour and set forms methods
This commit is contained in:
parent
f75ac6d78d
commit
9f35b00fed
7 changed files with 150 additions and 15 deletions
|
|
@ -221,7 +221,8 @@ class ModelForm {
|
|||
|
||||
$func_setvalue=$this->form.'Set';
|
||||
|
||||
$this->parameters[2]=$func_setvalue($this->parameters[2], $value, $form_type_set);
|
||||
//$this->parameters[2]=$func_setvalue($this->parameters[2], $value, $form_type_set);
|
||||
$this->parameters[2]=call_user_func_array($func_setvalue, array($this->parameters[2], $value, $form_type_set));
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue