fix: il ne faut pas merger les options dans le contexte
This commit is contained in:
parent
d40c764aa4
commit
ab2476fdcf
1 changed files with 0 additions and 1 deletions
|
@ -340,7 +340,6 @@ function gamuSend($slug, $options, $destinataires, $Tclient, $Tpdf, $redirect, &
|
||||||
$nom = isset($p['nom']) ? $p['nom'] : $fichier;
|
$nom = isset($p['nom']) ? $p['nom'] : $fichier;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$c = array_merge($options, $c);
|
|
||||||
$c = pipeline('tpdf_charger_contexte', [
|
$c = pipeline('tpdf_charger_contexte', [
|
||||||
'args' => [
|
'args' => [
|
||||||
'destinataires' => $destinataires,
|
'destinataires' => $destinataires,
|
||||||
|
|
Loading…
Add table
Reference in a new issue