Fix missing trackid into parameters of hooks
This commit is contained in:
parent
56e374ff0d
commit
5ebbe02853
@ -251,7 +251,8 @@ class FormMail extends Form
|
|||||||
|
|
||||||
$parameters=array(
|
$parameters=array(
|
||||||
'addfileaction' => $addfileaction,
|
'addfileaction' => $addfileaction,
|
||||||
'removefileaction'=> $removefileaction
|
'removefileaction'=> $removefileaction,
|
||||||
|
'trackid'=> $this->trackid
|
||||||
);
|
);
|
||||||
$reshook=$hookmanager->executeHooks('getFormMail', $parameters, $this);
|
$reshook=$hookmanager->executeHooks('getFormMail', $parameters, $this);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user