feat: appelle fonction traiter_pieces_jointes, en arg 1 = le slug
This commit is contained in:
parent
42ed572d43
commit
9c743d0e73
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ function gamuSend($slug, $options, $destinataires, $Tclient, $Tpdf, $redirect, &
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($f = charger_fonction('traiter_pieces_jointes', 'gamumail', true)) {
|
if ($f = charger_fonction('traiter_pieces_jointes', 'gamumail', true)) {
|
||||||
$pc = $f($options, $destinataires, $Tclient, $Tpdf);
|
$pc = $f($slug, $options, $destinataires, $Tclient, $Tpdf);
|
||||||
if (!empty($pc)) {
|
if (!empty($pc)) {
|
||||||
$pieces_jointes[] = $pc;
|
$pieces_jointes[] = $pc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue