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