Correction appel fonction bigform_traiter
This commit is contained in:
parent
e56f66e162
commit
6ebfdfea5e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function formulaires_bigform_verifier_dist($objet, $id_objet, $mode = 'auto', $a
|
|||
|
||||
function formulaires_bigform_traiter_dist($objet = 'article', $id_objet = 0, $mode = 'auto', $args = array()) {
|
||||
|
||||
$bigform = charger_fonction('bigform','inc');
|
||||
$bigform = charger_fonction('bigform_traiter','inc');
|
||||
$bigform($id_objet,$objet,$mode);
|
||||
|
||||
return [];
|
||||
|
|
Loading…
Add table
Reference in a new issue