This commit is contained in:
Laurent Destailleur 2022-01-23 13:43:48 +01:00
parent 8b826949f5
commit e392d98beb

View File

@ -2365,8 +2365,9 @@ class EmailCollector extends CommonObject
// this code action is hook..... for support this call // this code action is hook..... for support this call
global $hookmanager; global $hookmanager;
if (is_object($hookmanager)) { if (!is_object($hookmanager)) {
$hookmanager->initHooks(array('emailcollectorcard')); include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
$hookmanager = new HookManager($this->db);
} }
$parameters = array( $parameters = array(