Merge pull request #4915 from defrance/patch-117
Add contact hook on specific task contact page
This commit is contained in:
commit
f36f33f71b
@ -492,6 +492,13 @@ if ($id > 0 || ! empty($ref))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (is_object($hookmanager))
|
||||||
|
{
|
||||||
|
$hookmanager->initHooks(array('contacttpl'));
|
||||||
|
$parameters=array();
|
||||||
|
$reshook=$hookmanager->executeHooks('formContactTpl',$parameters,$object,$action);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user