Fix missing trackid into parameters of hooks

This commit is contained in:
Laurent Destailleur 2016-07-07 16:26:00 +02:00
parent 56e374ff0d
commit 5ebbe02853

View File

@ -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);