Skip to content
Snippets Groups Projects
Commit 5ebbe028 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing trackid into parameters of hooks

parent 56e374ff
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment